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 }}