Skip to content

Commit

Permalink
ci: update .github/labeler.yml from review
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk authored May 24, 2024
1 parent f24420a commit 06db82f
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
@@ -3,18 +3,22 @@
# this file is for the labeler workflow job
# Documentation https://github.com/marketplace/actions/labeler

"type: bug":
"bug":
- head-branch: ['^bug', '^fix', 'bug', 'fix']

"type: enhancement":
"enhancement":
- head-branch: ['^feature', '^feat', 'feature']

"type: documentation":
"documentation":
- changed-files:
- any-glob-to-any-file: ['assets/**/*', '.github/*', './*.md']
- any-glob-to-any-file: ['.github/*.md', './*.md']

"type: maintenance":
"maintenance":
- changed-files:
- any-glob-to-any-file: ['tests/**/*', '.github/workflows/*']
- any-glob-to-any-file: ['.github/**/*']

"tests":
- changed-files:
- any-glob-to-any-file: ['tests/**/*']

...

0 comments on commit 06db82f

Please sign in to comment.