We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22b2122 commit 7eff8f2Copy full SHA for 7eff8f2
1 file changed
.github/workflows/checklist_comment_on_new_pr.yml
@@ -1,6 +1,7 @@
1
name: Comment on new Pull Request with checklist
2
on:
3
- pull_request:
+ # safe as long as this workflow doesn't access code from the PR branch
4
+ pull_request_target:
5
types: opened
6
7
jobs:
0 commit comments