We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a90c018 + e8f9f2e commit 036e882Copy full SHA for 036e882
.github/workflows/rules.yml
@@ -6,7 +6,7 @@ on:
6
push:
7
merge_group:
8
pull_request:
9
- types: [labeled]
+ types: [labeled, opened] # opened is required to allow external contributors
10
11
jobs:
12
build:
0 commit comments