We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d8fb35 commit fc2f2a9Copy full SHA for fc2f2a9
.github/workflows/close_specific_pr.yml
@@ -1,15 +1,15 @@
1
name: Close Specific PR
2
3
on:
4
- pull_request:
+ pull_request_target:
5
types: [opened, ]
6
# Note: If you use both the branches filter and the paths filter, the workflow will only run when both filters are satisfied.
7
branches:
8
- master
9
paths:
10
- 'usage/workflow_download.py'
11
jobs:
12
- close_pr:
+ close_specific_pr:
13
env:
14
comment: |
15
To prevent beginners from mistakenly submitting PRs,
0 commit comments