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
Previously, running `yarn ng-dev caretaker check` would fail with `Multi-line double-quoted string needs to be sufficiently indented`.
(cherry picked from commit 4a45587)
Copy file name to clipboardExpand all lines: .github/angular-robot.yml
+15-8Lines changed: 15 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,10 @@ merge:
14
14
failureText: "The following checks are failing:"
15
15
16
16
# comment that will be added to a PR when there is a conflict, leave empty or set to false to disable
17
-
mergeConflictComment: "Hi @{{PRAuthor}}! This PR has merge conflicts due to recent upstream merges.
18
-
\nPlease help to unblock it by resolving these conflicts. Thanks!"
17
+
mergeConflictComment: >-
18
+
Hi @{{PRAuthor}}! This PR has merge conflicts due to recent upstream merges.
19
+
20
+
Please help to unblock it by resolving these conflicts. Thanks!
19
21
20
22
# label to monitor
21
23
mergeLabel: "action: merge"
@@ -56,13 +58,18 @@ merge:
56
58
# the comment that will be added when the merge label is added despite failing checks, leave empty or set to false to disable
57
59
# {{MERGE_LABEL}} will be replaced by the value of the mergeLabel option
58
60
# {{PLACEHOLDER}} will be replaced by the list of failing checks
59
-
mergeRemovedComment: "I see that you just added the `{{MERGE_LABEL}}` label, but the following checks are still failing:
60
-
\n{{PLACEHOLDER}}
61
-
\n
62
-
\n**If you want your PR to be merged, it has to pass all the CI checks.**
63
-
\n
64
-
\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."
61
+
mergeRemovedComment: >-
62
+
I see that you just added the `{{MERGE_LABEL}}` label, but the following
63
+
checks are still failing:
65
64
65
+
{{PLACEHOLDER}}
66
+
67
+
**If you want your PR to be merged, it has to pass all the CI checks.**
68
+
69
+
If you can't get the PR to a green state due to flakes or broken master,
70
+
please try rebasing to master and/or restarting the CI job. If that fails
71
+
and you believe that the issue is not due to your change, please contact the
0 commit comments