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 a3a1c77 commit d2e8ea5Copy full SHA for d2e8ea5
.github/workflows/test.yml
@@ -35,7 +35,7 @@ jobs:
35
gh pr list \
36
--search "is:pr is:open created:>=$TAG_DATE" \
37
--json number,body \
38
- --jq '.[] | select(.body != null and (.body | test("issues/\\d+"))) | [.body | scan("issues/(\\d+)"; "g")] | .[]' \
+ --jq '.[] | select(.body != null and (.body | test("issues/\\d+"))) | [.body | scan("issues/(\\d+)"; "g")] | .[]'
39
| while read issue_number; do
40
echo "Commenting on issue #$issue_number"
41
gh issue comment "$issue_number" --body "This issue was resolved and included in the latest release."
0 commit comments