Skip to content

Commit

Permalink
enhance regex, add breaking change label
Browse files Browse the repository at this point in the history
  • Loading branch information
rcskosir committed Oct 28, 2024
1 parent d6433a3 commit 13bff2a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/labeler-pull-request-triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,10 @@ service/workloads:
- internal/services/workloads/**/*

Bug:
- '-\s\[X\]\sBug\sFix'
- '- \[ ?X ?\] Bug Fix'

Enhancement:
- '-\s\[X\]\sEnhancement'
- '- \[ ?X ?\] Enhancement'

breaking-change:
- '- \[ ?X ?\] Breaking Change'

0 comments on commit 13bff2a

Please sign in to comment.