From e2108dc202b9747a7bd95e55e1ceff2ffacd641e Mon Sep 17 00:00:00 2001 From: sosukesuzuki Date: Fri, 10 Dec 2021 10:11:20 +0900 Subject: [PATCH] Fix --- .github/workflows/prevent-updating-users-yml.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/prevent-updating-users-yml.yml b/.github/workflows/prevent-updating-users-yml.yml index 4514b71aea25..45f5d129ff8e 100644 --- a/.github/workflows/prevent-updating-users-yml.yml +++ b/.github/workflows/prevent-updating-users-yml.yml @@ -17,9 +17,3 @@ jobs: body: | Thank you for using Prettier! But we don't accept updating `users.yml` anymore. If you created this PR for a purpose other than adding users, please ping a maintainer. - - name: Close PR - uses: actions-cool/issues-helper@v2 - with: - actions: "close-issue" - token: ${{ secrets.GITHUB_TOKEN }} - issue-number: ${{ github.event.number }}