diff --git a/.github/release.yml b/.github/release.yml index 5f2dbc990d..bde27a09e2 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -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 diff --git a/.github/workflows/check-labels.yml b/.github/workflows/check-labels.yml index 7194f1e121..56326659bb 100644 --- a/.github/workflows/check-labels.yml +++ b/.github/workflows/check-labels.yml @@ -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 }}