Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sosukesuzuki committed Nov 9, 2021
1 parent 00a8c0a commit dde55b9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/prevent-updating-users-yml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Create comment
uses: actions-cool/issues-helper@v2
uses: actions-ecosystem/action-create-comment@v1
with:
actions: "create-comment"
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }}
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.
Expand Down

0 comments on commit dde55b9

Please sign in to comment.