diff --git a/.github/ISSUE_TEMPLATE/release_tracking_template.md b/.github/ISSUE_TEMPLATE/release_tracking_template.md index 66beea28b7..b7d355e210 100644 --- a/.github/ISSUE_TEMPLATE/release_tracking_template.md +++ b/.github/ISSUE_TEMPLATE/release_tracking_template.md @@ -2,7 +2,7 @@ name: Release Tracking Issue about: Checklist for tracking a new release of rules_python. title: 'Release ' -labels: ['type:release'] +labels: ['type: release'] --- # Release tasks - [ ] Prepare Release | status=awaiting-preparation diff --git a/.github/workflows/cut_release_branch.yml b/.github/workflows/cut_release_branch.yml index b7c7118194..9ae40d0700 100644 --- a/.github/workflows/cut_release_branch.yml +++ b/.github/workflows/cut_release_branch.yml @@ -10,8 +10,8 @@ permissions: jobs: cut_branch: - # Run only if the issue has the type:release label - if: contains(github.event.issue.labels.*.name, 'type:release') + # Run only if the issue has the type: release label + if: contains(github.event.issue.labels.*.name, 'type: release') runs-on: ubuntu-latest steps: - name: Checkout repository diff --git a/.github/workflows/process_backports.yml b/.github/workflows/process_backports.yml index 9a42b6c62c..4d8055d3c5 100644 --- a/.github/workflows/process_backports.yml +++ b/.github/workflows/process_backports.yml @@ -14,7 +14,7 @@ permissions: jobs: process_backports: - # Always gate GHA runs to ensure we are operating on a type:release labeled issue if metadata is queried + # Always gate GHA runs to ensure we are operating on a type: release labeled issue if metadata is queried runs-on: ubuntu-latest steps: - name: Checkout repository