Skip to content

Commit

Permalink
fixup! Update jira script
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryNguyen5 committed Aug 7, 2024
1 parent 0a441da commit 6d9bdc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/jira/enforce-jira-issue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ async function main() {
const issueNumber = parseIssueNumberFrom(prTitle, commitMessage, branchName);
if (!issueNumber) {
const msg =
"No JIRA issue number found in: PR title, commit message, or branch name. Please include the issue ID in one of these.";
"No JIRA issue number found in PR title, commit message, or branch name. This pull request must be associated with a JIRA issue.";

core.setFailed(msg);
return;
Expand Down

0 comments on commit 6d9bdc1

Please sign in to comment.