We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af6178 commit 9da75b0Copy full SHA for 9da75b0
.github/workflows/open-pr.yml
@@ -184,6 +184,7 @@ jobs:
184
185
if (name === 'mintty') body = `See https://github.com/mintty/mintty/releases/tag/${version} for details.`
186
else if (name === 'mingw-w64-git-lfs') body = `See https://github.com/git-lfs/git-lfs/releases/tag/${version} for details.`
187
+ else if (name === 'mingw-w64-pcre2') body = `See https://github.com/PCRE2Project/pcre2/blob/pcre2-${version}/ChangeLog for details.`
188
189
const terms = 'type:issue repo:git-for-windows/git state:open author:app/github-actions label:component-update'
190
const { data } = await github.rest.search.issuesAndPullRequests({
0 commit comments