Skip to content

Commit 2bcbb9d

Browse files
committed
Align generate-release-contributors.sh across repos
Ported from open-telemetry/opentelemetry-java-contrib#2590
1 parent d9e61af commit 2bcbb9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ query($q: String!, $endCursor: String) {
5252

5353
# this query captures authors of issues which have had PRs in the current range reference the issue
5454
# but not necessarily through closingIssuesReferences (e.g. addressing just a part of an issue)
55+
#
56+
# note: [^0-9<&#;] below excludes HTML entity markers to avoid matching &#1234; as issue #1234
5557
contributors2=$(gh api graphql --paginate -F q="repo:$GITHUB_REPOSITORY is:pr base:main is:merged merged:$from..$to" -f query='
5658
query($q: String!, $endCursor: String) {
5759
search(query: $q, type: ISSUE, first: 100, after: $endCursor) {

0 commit comments

Comments
 (0)