mirror of
https://github.com/hect0x7/JMComic-Crawler-Python.git
synced 2025-09-26 22:31:30 +08:00
更新自动关闭PR工作流
This commit is contained in:
parent
7d8fb358b7
commit
fc2f2a908d
4
.github/workflows/close_specific_pr.yml
vendored
4
.github/workflows/close_specific_pr.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: Close Specific PR
|
name: Close Specific PR
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request_target:
|
||||||
types: [opened, ]
|
types: [opened, ]
|
||||||
# Note: If you use both the branches filter and the paths filter, the workflow will only run when both filters are satisfied.
|
# Note: If you use both the branches filter and the paths filter, the workflow will only run when both filters are satisfied.
|
||||||
branches:
|
branches:
|
||||||
@ -9,7 +9,7 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- 'usage/workflow_download.py'
|
- 'usage/workflow_download.py'
|
||||||
jobs:
|
jobs:
|
||||||
close_pr:
|
close_specific_pr:
|
||||||
env:
|
env:
|
||||||
comment: |
|
comment: |
|
||||||
To prevent beginners from mistakenly submitting PRs,
|
To prevent beginners from mistakenly submitting PRs,
|
||||||
|
Loading…
Reference in New Issue
Block a user