Skip to content

Commit 15b6341

Browse files
authored
Merge branch 'main' into Add-require-reviewers-and-set-required-approvals-fro-BB
2 parents 672020a + 6023c71 commit 15b6341

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)