Skip to content

Commit 628e1b0

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

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
@@ -55,6 +55,8 @@ query($q: String!, $endCursor: String) {
5555

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

0 commit comments

Comments
 (0)