Skip to content

Commit

Permalink
GHA: Update labeler
Browse files Browse the repository at this point in the history
Update rule for doc label

Signed-off-by: Tomasz Tyzenhauz <[email protected]>
  • Loading branch information
totyz committed Jun 7, 2024
1 parent c9fdd6c commit bac797b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- "doc/**/*"
- "doc/*"
- "**/*.rst"
- "doc/**/*.txt"

"sid-tools":
- changed-files:
Expand Down Expand Up @@ -48,4 +49,4 @@
- all:
- changed-files:
- any-glob-to-any-file: '**/*'
- any-glob-to-all-files: ['!doc/**/*', '!doc/*', '!**/*.rst', '!tools/**/*', '!tools/*', '!lib/**/*', '!lib/*', '!west.yml', "!.devcontainer/*", "!scripts/*", "!scripts/**/*", "!tests/**/*", "!.github/*", "!.github/**/*"]
- any-glob-to-all-files: ['!doc/**/*', '!doc/*', '!**/*.rst', '!doc/**/*.txt', '!tools/**/*', '!tools/*', '!lib/**/*', '!lib/*', '!west.yml', "!.devcontainer/*", "!scripts/*", "!scripts/**/*", "!tests/**/*", "!.github/*", "!.github/**/*"]

0 comments on commit bac797b

Please sign in to comment.