Skip to content

Commit

Permalink
chore: remove RFC link from automated Peril semantic commit formattin…
Browse files Browse the repository at this point in the history
…g comment

This link to the original RFC creates a lot of noise on the [GitHub issue][issue]. This commit removes the link to eliminate that noise.

[issue]: artsy/README#327
  • Loading branch information
dblandin committed May 4, 2022
1 parent a318d7e commit 0988b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org/allPRs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ export const rfc327 = () => {

if (["peril-settings", "volt", "eigen"].includes(repoName) && !semanticFormat.test(pr.title)) {
return markdown(
"Hi there! :wave:\n\nWe're trialing semantic commit formatting which has not been detected in your PR title.\n\nRefer to [this RFC](https:/artsy/README/issues/327#issuecomment-698842527) and [Conventional Commits](https://www.conventionalcommits.org) for PR/commit formatting guidelines."
"Hi there! :wave:\n\nWe're trialing semantic commit formatting which has not been detected in your PR title.\n\nRefer to artsy/README#327 and [Conventional Commits](https://www.conventionalcommits.org) for PR/commit formatting guidelines."
)
}
}
Expand Down

0 comments on commit 0988b7e

Please sign in to comment.