We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e2682 commit 5ccba6dCopy full SHA for 5ccba6d
.github/workflows/clk-rebase.yml
@@ -228,7 +228,7 @@ jobs:
228
--state merged \
229
--limit 10 \
230
--json number,title,body,mergedAt \
231
- --jq "map(select(.title | contains(\"[CIQ ${CLK_VERSION}\"]))) | sort_by(.mergedAt) | reverse | .[0]")
+ --jq "map(select(.title | contains(\"[CIQ ${CLK_VERSION}]\"))) | sort_by(.mergedAt) | reverse | .[0]")
232
233
if [ -n "$PREVIOUS_PR" ] && [ "$PREVIOUS_PR" != "null" ]; then
234
# Extract the test count from the previous PR body
0 commit comments