You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returncallback(null,"No related issues found. The pull request title and the author were used to search the Jira board, but no good match was found.");
# Add comment that suggests tickets for this PR when there is no linked
8
+
# ticket in the title or description
9
+
suggest_issues:
10
+
on:
11
+
- label_added
12
+
if:
13
+
- {{ pr.labels | match(term='suggest-ticket') | some }}
14
+
run:
15
+
- action: add-comment@v1
16
+
args:
17
+
comment: |
18
+
Select one of the suggested issues to link to this PR. Once you make a selection, gitStream will automatically update the PR title and description with the selected issue key (taking into account issues opened up to the last 2 hours).
0 commit comments