Skip to content

Commit

Permalink
Merge pull request #103 from dscho/fix-git-lfs-link-in-/open-pr
Browse files Browse the repository at this point in the history
open-pr: fix the Git LFS link to use when opening a PR
  • Loading branch information
rimrul authored Nov 28, 2024
2 parents 1b40a1b + a9c3788 commit 87bebe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/open-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
const version = process.env.UPGRADE_TO_VERSION
if (name === 'mintty') body = `See https://github.com/mintty/mintty/releases/tag/${version} for details.`
else if (name === 'mingw-w64-git-lfs') body = `See https://github.com/git-lfs/git-lfs/releases/tag/${version} for details.`
else if (name === 'mingw-w64-git-lfs') body = `See https://github.com/git-lfs/git-lfs/releases/tag/v${version} for details.`
else if (name === 'mingw-w64-pcre2') body = `See https://github.com/PCRE2Project/pcre2/blob/pcre2-${version}/ChangeLog for details.`
const terms = 'type:issue repo:git-for-windows/git state:open author:app/github-actions label:component-update'
Expand Down

0 comments on commit 87bebe7

Please sign in to comment.