Skip to content

Commit c871319

Browse files
update
Signed-off-by: Cédrik Fuoco <[email protected]>
1 parent 592720f commit c871319

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pr-watcher.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 'Create PR Checklist'
22
on:
3-
pull_request:
3+
pull_request_target:
44
types: [opened, synchronize, reopened]
55

66
permissions:
@@ -9,6 +9,10 @@ permissions:
99
issues: write # needed to add labels
1010
contents: read # needed to get collaborators
1111

12+
# Security guidelines
13+
# Do not checkout code from the PR
14+
# Do not run scripts or commands from the PR
15+
1216
jobs:
1317
setup:
1418
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)