Skip to content

Commit

Permalink
Update rules of labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha authored Feb 11, 2025
1 parent d8ae992 commit a7c145f
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
documentation:
- docs/*
- "*.md"
- changed-files:
- any-glob-to-any-file: ['docs/*', '*.md']
tests:
- tests/*
- changed-files:
- any-glob-to-any-file: ['tests/*']
ci:
- .github/*
- changed-files:
- any-glob-to-any-file: ['.github/*']
all-in-one:
- aio.sh
- changed-files:
- any-glob-to-any-file: ['aio.sh']
addons:
- playbooks/*
- changed-files:
- any-glob-to-any-file: ['playbooks/*']

0 comments on commit a7c145f

Please sign in to comment.