Skip to content

Commit

Permalink
hotfix: migration guide link (#131)
Browse files Browse the repository at this point in the history
* hotfix: release link into upgrade message

* add build

* link to the readme
  • Loading branch information
Eomm committed Dec 13, 2021
1 parent 4cc8678 commit f6945d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9076,7 +9076,7 @@ module.exports = async function run() {
const { name: pkgName, version } = getPackageDetails(pr)
const upgradeMessage = `Cannot automerge github-action-merge-dependabot ${version} major release.
Read how to upgrade it manually:
https://github.com/fastify/github-action-merge-dependabot/releases/tag/v${version}`
https://github.com/fastify/github-action-merge-dependabot#how-to-upgrade-from-2x-to-new-3x`

if (EXCLUDE_PKGS.includes(pkgName)) {
return logInfo(`${pkgName} is excluded, skipping.`)
Expand Down
2 changes: 1 addition & 1 deletion src/action.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module.exports = async function run() {
const { name: pkgName, version } = getPackageDetails(pr)
const upgradeMessage = `Cannot automerge github-action-merge-dependabot ${version} major release.
Read how to upgrade it manually:
https://github.com/fastify/github-action-merge-dependabot/releases/tag/v${version}`
https://github.com/fastify/github-action-merge-dependabot#how-to-upgrade-from-2x-to-new-3x`

if (EXCLUDE_PKGS.includes(pkgName)) {
return logInfo(`${pkgName} is excluded, skipping.`)
Expand Down

0 comments on commit f6945d5

Please sign in to comment.