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 9ec14e0 commit 9a462d0Copy full SHA for 9a462d0
.github/workflows/first-time-contributor.yml
@@ -1,7 +1,9 @@
1
name: 'First time contributor'
2
on:
3
- pull_request:
4
- types: [opened, labeled]
+ pull_request_target:
+ types:
5
+ - opened
6
+ - labeled
7
8
permissions: read-all
9
0 commit comments