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 1a00a81 commit 847f01aCopy full SHA for 847f01a
.github/new-pull-request-labels.yml
@@ -1,22 +1,23 @@
1
documentation:
2
- - '**/*.md'
+ - changed-files:
3
+ - all-globs-to-all-files: ['**/*.md']
4
5
github_actions:
- - .github/**
6
- - scripts/**
7
+ - any-glob-to-any-file: ['.github/**', 'scripts/**']
8
9
go:
- - '**/*.go'
10
11
+ - any-glob-to-any-file: ['**/*.go']
12
13
testing:
- - integration/**
- - '**/*_test.go'
14
15
+ - any-glob-to-any-file: ['integration/**', '**/*_test.go']
16
17
benchmarking:
- - benchmark/**
18
19
+ - any-glob-to-any-file: ['benchmark/**']
20
21
dependencies:
- - cmd/go.mod
- - cmd.go.sum
- - go.mod
22
- - go.sum
23
+ - any-glob-to-any-file: ['**/go.mod', '**/go.sum']
0 commit comments