Skip to content

Commit

Permalink
update labeler for release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy committed Jul 9, 2024
1 parent 333a6f8 commit 4289463
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ labels:
- label: 'build'
matcher:
title: '^(ci|build)(\(\w+\))?: .*'
branch: '^(?!release/.*$)'

- label: 'release'
matcher:
branch: '^release/.*'

- label: 'dependency'
matcher:
Expand All @@ -42,4 +47,5 @@ checks:
- documentation
- test
- build
- dependency
- dependency
- release
1 change: 0 additions & 1 deletion .husky/pre-commit

This file was deleted.

0 comments on commit 4289463

Please sign in to comment.