Skip to content

Commit

Permalink
📝 Add branch labels to labeler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuSoysal authored Feb 26, 2024
1 parent a4c6298 commit 5f05f24
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,35 @@ devcontainer:
fuzzing:
- fuzz/**/*

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

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

documentation:
- head-branch: ['^docs', 'docs']

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

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

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

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

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

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

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

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

0 comments on commit 5f05f24

Please sign in to comment.