diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index be36f3bb62..9774f2e66c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -228,4 +228,4 @@ jobs: gh issue create \ --title "Release Failed for ${RELEASE_TAG} on $(date +'%Y-%m-%d')" \ --body "The release workflow failed. See the full run for details: ${DETAILS_URL}" \ - --label "kind/bug,release-failure" + --label "kind/bug,release-failure,priority/p0"