Skip to content

Commit

Permalink
fix labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrede committed Jun 11, 2024
1 parent c16cee2 commit b86fa35
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
# Label pull requests based on file paths, titles, or branch names
docs:
- 'docs/**'
- title: /^Docs\//
- head: /docs\//
- changed-files:
- any-glob-to-any-file: ['docs/**','**/*.md']

feature:
- title: /^Feature\//
- head: /feature\//
- head-branch: ['^feature', 'feature']

fix:
- title: /^(Bug|Bugfix|Fix)\//
- head: /(bug|bugfix|fix)\//
- head-branch: ['^bug', 'bug', '^fix', 'fix']

0 comments on commit b86fa35

Please sign in to comment.