Remove references to deleted kind/bug label (#14383)

This commit is contained in:
Tommaso Sciortino
2025-12-02 09:52:59 -08:00
committed by GitHub
parent 2a3c0eddb9
commit f7f047936b
8 changed files with 10 additions and 10 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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'

View File

@@ -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'

View File

@@ -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 }}'

View File

@@ -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'

View File

@@ -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'

View File

@@ -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'