We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c84e4 commit 0ed31d1Copy full SHA for 0ed31d1
.github/scripts/commit-linting-loose.sh
@@ -58,7 +58,7 @@ fi
58
59
# If we made it this far, no JIRA ticket # was detected in a commit or branch, print the reject message and fail the job
60
61
-echo "⛔️ At least one commit message OR your branch name must include a JIRA ticket number e.g. \"AUS-1234\". This can be anywhere in your commit"
+echo "⛔️ At least one commit OR your branch name must include a JIRA ticket number e.g. \"AUS-1234\". This can be anywhere in your commit"
62
echo "You can skip this whole step if necessary by running \"git commit --amend\" and add \"[skip jira]\" in your last commit message, and force-push"
63
echo "Please fix the commit message and push again."
64
echo "https://help.github.com/en/articles/changing-a-commit-message"
0 commit comments