Skip to content

Commit 6023c71

Browse files
authored
Merge pull request #629 from karjanme/main
Update Bitbucket example for missing Jira info
2 parents 35bd04f + 69b5c01 commit 6023c71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/downloads/gitstream-bb.cm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ automations:
1515
args:
1616
comment: "{{ calc.etr }} min review"
1717

18-
# Inform PR authors when they fail to reference Jira tickets in the PR title or description.
19-
comment_missing_jira_info:
18+
# Request changes by PR authors when they fail to reference Jira tickets in the PR title or description.
19+
request_missing_jira_info:
2020
if:
2121
- {{ not (has.jira_ticket_in_title or has.jira_ticket_in_desc) }}
2222
run:
23-
- action: add-comment@v1
23+
- action: request-changes@v1
2424
args:
2525
comment: |
2626
This PR is missing a Jira ticket reference in the title or description.

0 commit comments

Comments
 (0)