Merge pull request #1097 from QwenLM/chore-action

fix(ci): remove non-existent label from release failure issue creation
This commit is contained in:
pomelo
2025-11-23 08:27:34 +08:00
committed by GitHub

View File

@@ -224,5 +224,4 @@ jobs:
run: |-
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"
--body "The release workflow failed. See the full run for details: ${DETAILS_URL}"