Skip to content

Commit e114b22

Browse files
rugeGerritsenrlubos
authored andcommitted
labeler: Remove some files from "changelog-entry-required"
For certain files we know that we do not want to add a changelog entry. The list has now been extended to include more such files. Signed-off-by: Rubin Gerritsen <rubin.gerritsen@nordicsemi.no>
1 parent a22efb8 commit e114b22

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/labeler.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@
2121
"changelog-entry-required":
2222
- all:
2323
- changed-files:
24-
- all-globs-to-all-files: ["!doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst"]
24+
- all-globs-to-all-files:
25+
- "!doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst"
26+
- "!.github/*"
27+
- "!CODEOWNERS"
28+
- "!.*"
2529

2630
"ble mesh":
2731
- changed-files:

0 commit comments

Comments
 (0)