Skip to content

Commit 3232b7c

Browse files
committed
Fix contributor release script
1 parent 8306a07 commit 3232b7c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/scripts/generate-release-contributors.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ query($q: String!, $endCursor: String) {
7272
}
7373
}
7474
' --jq '.data.search.edges.[].node.body' \
75-
| grep -oE "#[0-9]{3,}$|#[0-9]{3,}[^0-9<]|$GITHUB_REPOSITORY/issues/[0-9]{3,}" \
75+
| grep -oE "#[0-9]{3,}$|#[0-9]{3,}[^0-9<&#;]|$GITHUB_REPOSITORY/issues/[0-9]{3,}" \
7676
| grep -oE "[0-9]{3,}" \
7777
| xargs -I{} gh issue view {} --json 'author,url' --jq '[.author.login,.url]' \
7878
| grep -v '/pull/' \
@@ -87,4 +87,6 @@ echo $contributors1 $contributors2 \
8787
| grep -v github-actions \
8888
| grep -v renovate \
8989
| grep -v otelbot \
90+
| grep -v copilot-pull-request-reviewer \
91+
| grep -v copilot-swe-agent \
9092
| sed 's/^/@/'

0 commit comments

Comments
 (0)