| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -88,7 +88,7 @@ jobs: | |||
| 88 | 88 | gh api \ | |
| 89 | 89 | -H "Accept: application/vnd.github+json" \ | |
| 90 | 90 | -H "X-GitHub-Api-Version: 2022-11-28" \ | |
| 91 | - --jq '.commits.[] | { smallSha: .sha[0:10] } + (.commit.message|capture("^(?<title>.+)\n\n(.*\n)*PR-URL: (?<prURL>.+)\n"))' \ | ||
| 91 | + --jq '.commits.[] | { smallSha: .sha[0:10] } + (.commit.message|capture("^(?<title>.+)\n\n(.*\n)*PR-URL: (?<prURL>.+)(\n|$)"))' \ | ||
| 92 | 92 | "/repos/${GITHUB_REPOSITORY}/compare/v${MAJOR}.x...$GITHUB_SHA" --paginate \ | |
| 93 | 93 | | node tools/actions/lint-release-proposal-commit-list.mjs "$CHANGELOG_PATH" "$GITHUB_SHA" \ | |
| 94 | 94 | | while IFS= read -r PR_URL; do | |
| Back | FazBrowse Home | New Git URL |
0 commit comments