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
Copy file name to clipboardExpand all lines: .github/angular-robot.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ merge:
97
97
98
98
# whether the PR shouldn't have a conflict with the base branch
99
99
noConflict: true
100
-
# list of labels that a PR needs to have, checked with a regexp (e.g. "target:" will work for the label "target: master")
100
+
# list of labels that a PR needs to have, checked with a regexp.
101
101
requiredLabels:
102
102
- 'target: *'
103
103
@@ -119,7 +119,7 @@ merge:
119
119
# the comment that will be added when the merge label is added despite failing checks, leave empty or set to false to disable
120
120
# {{MERGE_LABEL}} will be replaced by the value of the mergeLabel option
121
121
# {{PLACEHOLDER}} will be replaced by the list of failing checks
122
-
mergeRemovedComment: "I see that you just added the `{{MERGE_LABEL}}` label, but the following checks are still failing:\n{{PLACEHOLDER}}\n\n**If you want your PR to be merged, it has to pass all the CI checks.**\n\nIf you can't get the PR to a green state due to flakes or broken master, please try rebasing to master and/or restarting the CI job. If that fails and you believe that the issue is not due to your change, please contact the caretaker and ask for help."
122
+
mergeRemovedComment: "I see that you just added the `{{MERGE_LABEL}}` label, but the following checks are still failing:\n{{PLACEHOLDER}}\n\n**If you want your PR to be merged, it has to pass all the CI checks.**\n\nIf you can't get the PR to a green state due to flakes or broken `main`, please try rebasing to `main` and/or restarting the CI job. If that fails and you believe that the issue is not due to your change, please contact the caretaker and ask for help."
0 commit comments