We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5bed81 commit 2254c80Copy full SHA for 2254c80
1 file changed
.github/workflows/correctness-label.yml
@@ -43,7 +43,6 @@ jobs:
43
found { print }
44
')
45
if printf '%s' "$section" | grep -qE -- '- \[[xX]\] Yes'; then
46
- gh label create "correctness" --repo "$REPO" --color "e11d48" 2>/dev/null || true
47
gh pr edit "$PR_NUMBER" --repo "$REPO" --add-label "correctness"
48
else
49
gh pr edit "$PR_NUMBER" --repo "$REPO" --remove-label "correctness" 2>/dev/null || true
0 commit comments