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 0f88d1b + 0c98bab commit 8158ac5Copy full SHA for 8158ac5
.github/workflows/python-package.yml
@@ -8,6 +8,9 @@ on:
8
pull_request:
9
branches: [ dev ]
10
11
+ # This guards against unknown PR until a community member vet it and label it.
12
+ types: [ labeled ]
13
+
14
jobs:
15
ci:
16
env:
0 commit comments