Skip to content

Commit

Permalink
Update pr-jira-validation.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shimiazoulai authored Dec 2, 2024
1 parent 3eb13d1 commit 82b4f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-jira-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
id: validate_pr_body
run: |
PR_BODY=$(jq -r '.pull_request.body' < $GITHUB_EVENT_PATH)
if ! echo "$PR_BODY" | grep -q "https://spotinst.atlassian.net/browse/Documentation-"; then
if ! echo "$PR_BODY" | grep -q "https://spotinst.atlassian.net/browse/DOC-"; then
echo "PR body does not contain a Jira ticket link."
exit 1
fi
Expand Down

0 comments on commit 82b4f0e

Please sign in to comment.