Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrede committed Jun 11, 2024
1 parent b86fa35 commit ea7ae19
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ docs:
- changed-files:
- any-glob-to-any-file: ['docs/**','**/*.md']

github:
- changed-files:
- any-glob-to-any-file: ['.github/**']

feature:
- head-branch: ['^feature', 'feature']
- head-branch: ['^feature', 'feature']

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

0 comments on commit ea7ae19

Please sign in to comment.