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.
2 parents 8b496bb + d2072d4 commit 6779f82Copy full SHA for 6779f82
.github/workflows/conventional-label.yaml
@@ -1,5 +1,8 @@
1
+# Warning, do not check out untrusted code with
2
+# the pull_request_target event.
3
on:
- pull_request:
4
+ pull_request_target:
5
+ types: [ opened, edited ]
6
name: conventional-release-labels
7
jobs:
8
label:
0 commit comments