We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac3c0c3 commit a3a1c77Copy full SHA for a3a1c77
.github/workflows/test.yml
@@ -26,14 +26,14 @@ jobs:
26
echo "$TAG_DATE"
27
28
PR_DATA=$(gh pr list \
29
- --search "is:pr is:open created:>=$TAG_DATE \
+ --search "is:pr is:open created:>=$TAG_DATE" \
30
--json number,body \
31
--jq '.[] | select(.body != null and (.body | test("issues/\\d+"))) | [.body | scan("issues/(\\d+)"; "g")] | .[]'
32
)
33
echo "Found PRs:"
34
echo "$PR_DATA"
35
gh pr list \
36
37
38
--jq '.[] | select(.body != null and (.body | test("issues/\\d+"))) | [.body | scan("issues/(\\d+)"; "g")] | .[]' \
39
| while read issue_number; do
0 commit comments