We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b0e456 + 34f8cd8 commit b9aa52aCopy full SHA for b9aa52a
.github/workflows/integration-tests.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Remove label
37
run: |
38
echo "Removing label '$LABEL_NAME' from PR #$PR_NUMBER on repo $REPO"
39
- gh_status=$(gh api "repos/$OWNER/$REPO/issues/$PR_NUMBER/labels/$LABEL_NAME" -X DELETE | jq ".status" --raw-output)
+ gh_status=$(gh api "repos/$REPO/issues/$PR_NUMBER/labels/$LABEL_NAME" -X DELETE | jq ".status" --raw-output)
40
case $gh_status in
41
200) echo "Label removed" ;;
42
404) echo "Label not found — ignoring" ;;
0 commit comments