Skip to content

Commit

Permalink
labeler: Remove some files from "changelog-entry-required"
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
rugeGerritsen authored and rlubos committed Oct 3, 2024
1 parent a22efb8 commit e114b22
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@
"changelog-entry-required":
- all:
- changed-files:
- all-globs-to-all-files: ["!doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst"]
- all-globs-to-all-files:
- "!doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst"
- "!.github/*"
- "!CODEOWNERS"
- "!.*"

"ble mesh":
- changed-files:
Expand Down

0 comments on commit e114b22

Please sign in to comment.