We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d44505a commit 8de4e9dCopy full SHA for 8de4e9d
1 file changed
.github/workflows/prioritize-by-reactions.yaml
@@ -67,7 +67,7 @@ jobs:
67
fi
68
69
# Get current Priority:* label (if any)
70
- current_priority=$(gh issue view $ISSUE -R $REPO --json labels -q '.labels[].name' | grep '^Priority:' || echo "")
+ current_priority=$(gh issue view $ISSUE -R $REPO --json labels -q '.labels[].name' | grep '^Priority - ' || echo "")
71
72
if [[ "$current_priority" != "$priority" ]]; then
73
# Check if current priority label was added by github-actions
0 commit comments