diff --git a/dist/index.js b/dist/index.js index 83c71306..7b3e9594 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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.`) diff --git a/src/action.js b/src/action.js index 5a898834..907eb6dc 100644 --- a/src/action.js +++ b/src/action.js @@ -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.`)