Skip to content

Commit

Permalink
Allow "Breaking changes" label alongside other labels on PRs (#3197)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccar authored May 13, 2024
1 parent 25fc29f commit c93148a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ changelog:
- title: Enhancements
labels:
- Enhancement
- CI/CD
- title: Fixes
labels:
- Bug
- title: Documentation
labels:
- Documentation
- Example
- title: Dependency updates
labels:
- Dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
permissions:
pull-requests: read
steps:
- uses: docker://onsdigital/github-pr-label-checker:v1.2.7
- uses: docker://onsdigital/github-pr-label-checker:latest
with:
one_of: Breaking changes,Accessibility,Bug,Documentation,Dependencies,Enhancement,Example,Component,Pattern
one_of: Accessibility,Bug,Documentation,Dependencies,Enhancement,Example,Component,Pattern,CI/CD
none_of: Awaiting resource,Do not merge,Duplicate,Needs validating,Not doing
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c93148a

Please sign in to comment.