Skip to content

Commit d2e8ea5

Browse files
committed
syntax
1 parent a3a1c77 commit d2e8ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
gh pr list \
3636
--search "is:pr is:open created:>=$TAG_DATE" \
3737
--json number,body \
38-
--jq '.[] | select(.body != null and (.body | test("issues/\\d+"))) | [.body | scan("issues/(\\d+)"; "g")] | .[]' \
38+
--jq '.[] | select(.body != null and (.body | test("issues/\\d+"))) | [.body | scan("issues/(\\d+)"; "g")] | .[]'
3939
| while read issue_number; do
4040
echo "Commenting on issue #$issue_number"
4141
gh issue comment "$issue_number" --body "This issue was resolved and included in the latest release."

0 commit comments

Comments
 (0)