Skip to content

Commit 87bebe7

Browse files
authored
Merge pull request #103 from dscho/fix-git-lfs-link-in-/open-pr
open-pr: fix the Git LFS link to use when opening a PR
2 parents 1b40a1b + a9c3788 commit 87bebe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/open-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
const version = process.env.UPGRADE_TO_VERSION
170170
171171
if (name === 'mintty') body = `See https://github.com/mintty/mintty/releases/tag/${version} for details.`
172-
else if (name === 'mingw-w64-git-lfs') body = `See https://github.com/git-lfs/git-lfs/releases/tag/${version} for details.`
172+
else if (name === 'mingw-w64-git-lfs') body = `See https://github.com/git-lfs/git-lfs/releases/tag/v${version} for details.`
173173
else if (name === 'mingw-w64-pcre2') body = `See https://github.com/PCRE2Project/pcre2/blob/pcre2-${version}/ChangeLog for details.`
174174
175175
const terms = 'type:issue repo:git-for-windows/git state:open author:app/github-actions label:component-update'

0 commit comments

Comments
 (0)