Skip to content

Commit 4a45587

Browse files
committed
ci: format angular-robot configuration
Previously, running `yarn ng-dev caretaker check` would fail with `Multi-line double-quoted string needs to be sufficiently indented`.
1 parent 5a57fea commit 4a45587

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

.github/angular-robot.yml

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ merge:
1414
failureText: "The following checks are failing:"
1515

1616
# 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!
1921
2022
# label to monitor
2123
mergeLabel: "action: merge"
@@ -54,13 +56,18 @@ merge:
5456
# the comment that will be added when the merge label is added despite failing checks, leave empty or set to false to disable
5557
# {{MERGE_LABEL}} will be replaced by the value of the mergeLabel option
5658
# {{PLACEHOLDER}} will be replaced by the list of failing checks
57-
mergeRemovedComment: "I see that you just added the `{{MERGE_LABEL}}` label, but the following checks are still failing:
58-
\n{{PLACEHOLDER}}
59-
\n
60-
\n**If you want your PR to be merged, it has to pass all the CI checks.**
61-
\n
62-
\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."
59+
mergeRemovedComment: >-
60+
I see that you just added the `{{MERGE_LABEL}}` label, but the following
61+
checks are still failing:
6362
63+
{{PLACEHOLDER}}
64+
65+
**If you want your PR to be merged, it has to pass all the CI checks.**
66+
67+
If you can't get the PR to a green state due to flakes or broken master,
68+
please try rebasing to master and/or restarting the CI job. If that fails
69+
and you believe that the issue is not due to your change, please contact the
70+
caretaker and ask for help.
6471
# options for the triage plugin
6572
triage:
6673
# set to true to disable

0 commit comments

Comments
 (0)