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 f7fe573 commit 7efd89cCopy full SHA for 7efd89c
.github/labeler.yml
@@ -18,8 +18,8 @@
18
19
BLAS:
20
- changed-files:
21
- - any-glob-to-any-file: '**/blas/**/*'
+ - any-glob-to-all-files: '**/blas/**/*'
22
23
Math:
24
25
- - any-glob-to-any-file: '**/math/**/*'
+ - any-glob-to-all-files: '**/math/**/*'
.github/workflows/labeler.yml
@@ -32,6 +32,9 @@ jobs:
32
# Define job name:
33
name: 'Labeler'
34
35
+ # Only run this job if the pull request did not have label `automated-pr`:
36
+ if: contains(github.event.pull_request.labels.*.name, 'automated-pr') == false
37
+
38
# Define job permissions:
39
permissions:
40
contents: read
0 commit comments