mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-24 01:21:30 +00:00
Remove re-open condition from 'protect_files'
This commit is contained in:
parent
7f4fb20773
commit
f46fd372d2
3
.github/workflows/protect_files.yml
vendored
3
.github/workflows/protect_files.yml
vendored
@ -4,7 +4,6 @@ on:
|
|||||||
pull_request_target:
|
pull_request_target:
|
||||||
types:
|
types:
|
||||||
- opened
|
- opened
|
||||||
- reopened
|
|
||||||
branches:
|
branches:
|
||||||
- development
|
- development
|
||||||
paths:
|
paths:
|
||||||
@ -20,4 +19,4 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: superbrothers/close-pull-request@v3
|
- uses: superbrothers/close-pull-request@v3
|
||||||
with:
|
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."
|
||||||
|
Loading…
Reference in New Issue
Block a user