From f7f047936bb92923037cc14258479a428f333b88 Mon Sep 17 00:00:00 2001 From: Tommaso Sciortino Date: Tue, 2 Dec 2025 09:52:59 -0800 Subject: [PATCH] Remove references to deleted kind/bug label (#14383) --- .github/actions/push-docker/action.yml | 2 +- .github/actions/push-sandbox/action.yml | 2 +- .github/workflows/release-manual.yml | 2 +- .github/workflows/release-nightly.yml | 2 +- .github/workflows/release-patch-3-release.yml | 2 +- .github/workflows/release-promote.yml | 6 +++--- .github/workflows/release-sandbox.yml | 2 +- .github/workflows/smoke-test.yml | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/actions/push-docker/action.yml b/.github/actions/push-docker/action.yml index 2589601a97..5016d76821 100644 --- a/.github/actions/push-docker/action.yml +++ b/.github/actions/push-docker/action.yml @@ -75,4 +75,4 @@ runs: gh issue create \ --title "Docker build failed" \ --body "The docker build failed. See the full run for details: ${DETAILS_URL}" \ - --label "kind/bug,release-failure" + --label "release-failure" diff --git a/.github/actions/push-sandbox/action.yml b/.github/actions/push-sandbox/action.yml index 24669f421d..0b248f11a5 100644 --- a/.github/actions/push-sandbox/action.yml +++ b/.github/actions/push-sandbox/action.yml @@ -93,4 +93,4 @@ runs: gh issue create \ --title "Docker build failed" \ --body "The docker build failed. See the full run for details: ${DETAILS_URL}" \ - --label "kind/bug,release-failure" + --label "release-failure" diff --git a/.github/workflows/release-manual.yml b/.github/workflows/release-manual.yml index ffe326441c..b393d87ea9 100644 --- a/.github/workflows/release-manual.yml +++ b/.github/workflows/release-manual.yml @@ -132,4 +132,4 @@ jobs: gh issue create \ --title 'Manual Release Failed for ${RELEASE_TAG} on $(date +'%Y-%m-%d')' \ --body 'The manual release workflow failed. See the full run for details: ${DETAILS_URL}' \ - --label 'kind/bug,release-failure,priority/p0' + --label 'release-failure,priority/p0' diff --git a/.github/workflows/release-nightly.yml b/.github/workflows/release-nightly.yml index f4214aadcf..987cb42389 100644 --- a/.github/workflows/release-nightly.yml +++ b/.github/workflows/release-nightly.yml @@ -157,4 +157,4 @@ jobs: gh issue create \ --title "Nightly Release Failed for ${RELEASE_TAG} on $(date +'%Y-%m-%d')" \ --body "The nightly-release workflow failed. See the full run for details: ${DETAILS_URL}" \ - --label 'kind/bug,release-failure,priority/p0' + --label 'release-failure,priority/p0' diff --git a/.github/workflows/release-patch-3-release.yml b/.github/workflows/release-patch-3-release.yml index 5ce631537a..19241b7396 100644 --- a/.github/workflows/release-patch-3-release.yml +++ b/.github/workflows/release-patch-3-release.yml @@ -205,7 +205,7 @@ jobs: gh issue create \ --title 'Patch Release Failed for ${RELEASE_TAG} on $(date +'%Y-%m-%d')' \ --body 'The patch-release workflow failed. See the full run for details: ${DETAILS_URL}' \ - --label 'kind/bug,release-failure,priority/p0' + --label 'release-failure,priority/p0' - name: 'Comment Success on Original PR' if: '${{ success() && github.event.inputs.original_pr }}' diff --git a/.github/workflows/release-promote.yml b/.github/workflows/release-promote.yml index 51dcd5a30c..486b9a2558 100644 --- a/.github/workflows/release-promote.yml +++ b/.github/workflows/release-promote.yml @@ -261,7 +261,7 @@ jobs: gh issue create \ --title 'Promote Release Failed for ${RELEASE_TAG} on $(date +'%Y-%m-%d')' \ --body 'The promote-release workflow failed during preview publish. See the full run for details: ${DETAILS_URL}' \ - --label 'kind/bug,release-failure,priority/p0' + --label 'release-failure,priority/p0' publish-stable: name: 'Publish stable' @@ -327,7 +327,7 @@ jobs: gh issue create \ --title 'Promote Release Failed for ${RELEASE_TAG} on $(date +'%Y-%m-%d')' \ --body 'The promote-release workflow failed during stable publish. See the full run for details: ${DETAILS_URL}' \ - --label 'kind/bug,release-failure,priority/p0' + --label 'release-failure,priority/p0' nightly-pr: name: 'Create Nightly PR' @@ -403,4 +403,4 @@ jobs: gh issue create \ --title 'Promote Release Failed for ${RELEASE_TAG} on $(date +'%Y-%m-%d')' \ --body 'The promote-release workflow failed during nightly PR creation. See the full run for details: ${DETAILS_URL}' \ - --label 'kind/bug,release-failure,priority/p0' + --label 'release-failure,priority/p0' diff --git a/.github/workflows/release-sandbox.yml b/.github/workflows/release-sandbox.yml index 8dcad3e39a..f1deb0380c 100644 --- a/.github/workflows/release-sandbox.yml +++ b/.github/workflows/release-sandbox.yml @@ -46,4 +46,4 @@ jobs: gh issue create \ --title 'Sandbox Release Failed on $(date +'%Y-%m-%d')' \ --body 'The sandbox-release workflow failed. See the full run for details: ${DETAILS_URL}' \ - --label 'kind/bug,release-failure,priority/p0' + --label 'release-failure,priority/p0' diff --git a/.github/workflows/smoke-test.yml b/.github/workflows/smoke-test.yml index 892aa9d642..caeb0bebe0 100644 --- a/.github/workflows/smoke-test.yml +++ b/.github/workflows/smoke-test.yml @@ -47,4 +47,4 @@ jobs: gh issue create \ --title 'Smoke test failed on ${REF} @ $(date +'%Y-%m-%d')' \ --body 'Smoke test build failed. See the full run for details: ${DETAILS_URL}' \ - --label 'kind/bug,priority/p0' + --label 'priority/p0'