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 7d81749 commit e611624Copy full SHA for e611624
.github/labeler.yml
@@ -1,6 +1,20 @@
1
dependencies:
2
- changed-files:
3
- - any-glob-to-any-file: ['MODULE.bazel', '**/MODULE.bazel']
+ - any-glob-to-any-file: [
4
+ 'MODULE.bazel',
5
+ '**/MODULE.bazel',
6
+ '**/module_extensions.bzl',
7
+ '**/paket.dependencies',
8
+ '**/paket.lock',
9
+ '**/go.mod',
10
+ '**/go.sum',
11
+ '**/package.json',
12
+ '**/pnpm-lock.yaml',
13
+ '**/requirements.in',
14
+ '**/requirements.txt',
15
+ '**/Package.swift',
16
+ '**/Package.resolved',
17
+ ]
18
documentation:
19
20
- any-glob-to-any-file: ['docs/**/*']
0 commit comments