Skip to content

Commit

Permalink
Remove re-open condition from 'protect_files'
Browse files Browse the repository at this point in the history
  • Loading branch information
KingRainbow44 committed May 30, 2023
1 parent 7f4fb20 commit f46fd37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/protect_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
pull_request_target:
types:
- opened
- reopened
branches:
- development
paths:
Expand All @@ -20,4 +19,4 @@ jobs:
steps:
- uses: superbrothers/close-pull-request@v3
with:
comment: "This PR has been closed for modifying protected files. See `CONTRIBUTING.md` for more information."
comment: "This PR has been closed for modifying protected files. See `CONTRIBUTING.md` for more information."

0 comments on commit f46fd37

Please sign in to comment.