Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: Update link in error message (#230)
  • Loading branch information
dsvellal committed Mar 21, 2023
1 parent c3cd5d1 commit 4fc2eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -118,7 +118,7 @@ module.exports = async function run() {
});
} catch (error) {
throw new Error(
`Pull request has only one commit and it's not semantic; this may lead to a non-semantic commit in the base branch (see https://github.community/t/how-to-change-the-default-squash-merge-commit-message/1155). Amend the commit message to match the pull request title, or add another commit.`
`Pull request has only one commit and it's not semantic; this may lead to a non-semantic commit in the base branch (see https://github.com/community/community/discussions/16271). Amend the commit message to match the pull request title, or add another commit.`
);
}

Expand Down

0 comments on commit 4fc2eda

Please sign in to comment.