Skip to content

Commit fc2f2a9

Browse files
committed
更新自动关闭PR工作流
1 parent 7d8fb35 commit fc2f2a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/close_specific_pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name: Close Specific PR
22

33
on:
4-
pull_request:
4+
pull_request_target:
55
types: [opened, ]
66
# Note: If you use both the branches filter and the paths filter, the workflow will only run when both filters are satisfied.
77
branches:
88
- master
99
paths:
1010
- 'usage/workflow_download.py'
1111
jobs:
12-
close_pr:
12+
close_specific_pr:
1313
env:
1414
comment: |
1515
To prevent beginners from mistakenly submitting PRs,

0 commit comments

Comments
 (0)