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