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.
2 parents 35bd04f + 69b5c01 commit 6023c71Copy full SHA for 6023c71
docs/downloads/gitstream-bb.cm
@@ -15,12 +15,12 @@ automations:
15
args:
16
comment: "{{ calc.etr }} min review"
17
18
- # Inform PR authors when they fail to reference Jira tickets in the PR title or description.
19
- comment_missing_jira_info:
+ # Request changes by PR authors when they fail to reference Jira tickets in the PR title or description.
+ request_missing_jira_info:
20
if:
21
- {{ not (has.jira_ticket_in_title or has.jira_ticket_in_desc) }}
22
run:
23
- - action: add-comment@v1
+ - action: request-changes@v1
24
25
comment: |
26
This PR is missing a Jira ticket reference in the title or description.
0 commit comments