Skip to content

Commit 8de4e9d

Browse files
committed
fix grep
1 parent d44505a commit 8de4e9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/prioritize-by-reactions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
fi
6868
6969
# Get current Priority:* label (if any)
70-
current_priority=$(gh issue view $ISSUE -R $REPO --json labels -q '.labels[].name' | grep '^Priority:' || echo "")
70+
current_priority=$(gh issue view $ISSUE -R $REPO --json labels -q '.labels[].name' | grep '^Priority - ' || echo "")
7171
7272
if [[ "$current_priority" != "$priority" ]]; then
7373
# Check if current priority label was added by github-actions

0 commit comments

Comments
 (0)