Skip to content

Commit

Permalink
fix: pr title check target_url
Browse files Browse the repository at this point in the history
  • Loading branch information
waltergalvao committed Dec 5, 2024
1 parent 2dbddf2 commit c8dda68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const runPrTitleCheckAutomation = async (
sha: gitPullRequest.head.sha,
state: regex.test(gitPullRequest.title) ? "success" : "error",
context: "[Sweetr] PR Title Check",
target_url: `${env.FRONTEND_URL}/automations/PR_TITLE_CHECK`,
target_url: `${env.FRONTEND_URL}/automations/pr-title-check`,
description: regexExample
? `Compliant title example — ${regexExample}`
: "Checks whether the PR title meets the requirements.",
Expand Down

0 comments on commit c8dda68

Please sign in to comment.