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 592720f commit c871319Copy full SHA for c871319
.github/workflows/pr-watcher.yml
@@ -1,6 +1,6 @@
1
name: 'Create PR Checklist'
2
on:
3
- pull_request:
+ pull_request_target:
4
types: [opened, synchronize, reopened]
5
6
permissions:
@@ -9,6 +9,10 @@ permissions:
9
issues: write # needed to add labels
10
contents: read # needed to get collaborators
11
12
+# Security guidelines
13
+# Do not checkout code from the PR
14
+# Do not run scripts or commands from the PR
15
+
16
jobs:
17
setup:
18
runs-on: ubuntu-latest
0 commit comments