forked from nrfconnect/sdk-nrf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlabeler.yml
37 lines (32 loc) · 1008 Bytes
/
labeler.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# https://github.com/actions/labeler/blob/main/README.md
# When extending this, remember that in the PR, the labeler will run against
# the labeler.yml in main, more info:
# https://github.com/actions/labeler/issues/12
# This means your changes won't be tested. To test your branch, make a second
# branch with dummy changes, and open a PR on your own fork, against the
# first branch.
"manifest":
- changed-files:
- any-glob-to-any-file:
- "west.yml"
"doc-required":
- changed-files:
- any-glob-to-any-file:
- "doc/**/*"
- "**/*.rst"
"changelog-entry-required":
- all:
- changed-files:
- all-globs-to-all-files:
- "!doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst"
- "!.github/*"
- "!CODEOWNERS"
- "!.*"
"ble mesh":
- changed-files:
- any-glob-to-any-file:
- "subsys/bluetooth/mesh/*"
- "include/bluetooth/mesh/*"
- "samples/bluetooth/mesh/*"
- "doc/nrf/libraries/bluetooth_services/mesh/*"
- "doc/nrf/ug_bt_mesh*"