Skip to content

Commit

Permalink
feat: remove loud labels
Browse files Browse the repository at this point in the history
  • Loading branch information
JossWhittle committed Apr 30, 2024
1 parent b6bfd4e commit b93d479
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/labeler.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Release branches where trunk branches are merge-committed to trigger releases

release:
- base-branch:
- 'main'
- 'maintenance/.+/[0-9]+\.([0-9]+|x)\.x'
#release:
#- base-branch:
# - 'main'
# - 'maintenance/.+/[0-9]+\.([0-9]+|x)\.x'

# Label any maintenance branch, trunk and release

Expand All @@ -13,9 +13,9 @@ maintenance:

# Label PRs into the main branch

main:
- base-branch:
- 'main'
#main:
#- base-branch:
# - 'main'

# Labels for PRs on asset specific branches

Expand Down

0 comments on commit b93d479

Please sign in to comment.