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 3290a65 commit 0f7f9feCopy full SHA for 0f7f9fe
.github/labeler.yml
@@ -1,18 +1,28 @@
1
----
2
# labels auto assigned to PR, keep in sync with labels.yml
3
test:
4
- - test/**/*.spec.**
+ - changed-files:
+ - any-glob-to-any-file:
5
+ - test/**/*.spec.*
6
dependencies:
- - package.json
7
- - yarn.lock
8
- - package-lock.json
9
-documentation: -**.md
10
- -**/**/*.md
11
- - website/**/*
+ - package.json
+ - yarn.lock
+ - package-lock.json
12
+documentation:
13
14
15
+ - '**/**.md'
16
+ - website/
17
automation:
- - .github/*
- - .github/**/*
18
19
20
+ - .github/
21
core:
- - src/core/**/*
22
23
24
+ - src/core/
25
cli:
- - src/cli/**/*
26
27
28
+ - src/cli/
0 commit comments