Skip to content

Commit

Permalink
Add "Tech improvements" label to label checker (#3203)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccar authored May 16, 2024
1 parent c93148a commit c45395a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ changelog:
labels:
- Enhancement
- CI/CD
- Tech improvements
- title: Fixes
labels:
- Bug
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
steps:
- uses: docker://onsdigital/github-pr-label-checker:latest
with:
one_of: Accessibility,Bug,Documentation,Dependencies,Enhancement,Example,Component,Pattern,CI/CD
one_of: Accessibility,Bug,Documentation,Dependencies,Enhancement,Example,Component,Pattern,CI/CD,Tech improvements
none_of: Awaiting resource,Do not merge,Duplicate,Needs validating,Not doing
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c45395a

Please sign in to comment.