Skip to content
Snippets Groups Projects
Unverified Commit fd05b487 authored by RahulGautamSingh's avatar RahulGautamSingh Committed by GitHub
Browse files

chore(fix): update issue body when all issues labelled correctly (#34208)

parent f4a994f2
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,6 @@ done
if [ "$HAS_ISSUES_MISSING_LABELS" = false ]; then
echo "All checked issues have labels. Exiting the action."
ISSUE_BODY="$ISSUE_BODY All checked issues are correctly labeled.\n"
exit 0
fi
LABEL_CHECK_ISSUE_EXISTS=$(gh search issues --repo $REPO --json "number,author,title" | jq --arg title "$ISSUE_TITLE" 'map(select(.title == $title and .author.type == "Bot"))') || { echo "Failed to fetch existing label check issue"; exit 1; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment