FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
angular-cli/.github/angular-robot.yml at doc · WebFlakyTest/angular-cli · GitHub
WebFlakyTest
/
angular-cli
Public
forked from
angular/angular-cli
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
angular-cli
/
.github
/
angular-robot.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
101 lines (89 loc) · 3.35 KB
Breadcrumbs
angular-cli
/
.github
/
angular-robot.yml
Copy path
File metadata and controls
101 lines (89 loc) · 3.35 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
#
Configuration for angular-robot
#
options for the merge plugin
merge
:
#
the status will be added to your pull requests
status
:
#
set to true to disable
disabled
:
false
#
the name of the status
context
:
'
ci/angular: merge status
'
#
text to show when all checks pass
successText
:
'
All checks passed!
'
#
text to show when some checks are failing
failureText
:
'
The following checks are failing:
'
#
comment that will be added to a PR when there is a conflict, leave empty or set to false to disable
mergeConflictComment
:
>-
Hi @{{PRAuthor}}! This PR has merge conflicts due to recent upstream merges.
Please help to unblock it by resolving these conflicts. Thanks!
#
label to monitor
mergeLabel
:
'
action: merge
'
#
list of checks that will determine if the merge label can be added
checks
:
#
whether the PR shouldn't have a conflict with the base branch
noConflict
:
true
#
whether the PR should have all reviews completed.
requireReviews
:
true
#
list of labels that a PR needs to have, checked with a regexp (e.g. "target:" will work for the label "target: major")
requiredLabels
:
-
'
target: *
'
-
'
cla: yes
'
#
list of labels that a PR shouldn't have, checked after the required labels with a regexp
forbiddenLabels
:
-
'
action: cleanup
'
-
'
action: review
'
-
'
PR state: blocked
'
-
'
cla: no
'
#
list of PR statuses that need to be successful
requiredStatuses
:
-
'
ci/circleci: build
'
-
'
ci/circleci: setup
'
-
'
ci/circleci: lint
'
-
'
ci/circleci: validate
'
-
'
ci/circleci: test
'
-
'
ci/circleci: e2e-cli-win
'
-
'
ci/circleci: e2e-cli
'
-
'
ci/circleci: test-browsers
'
-
'
ci/angular: size
'
-
'
cla/google
'
#
the comment that will be added when the merge label is added despite failing checks, leave empty or set to false to disable
#
{{MERGE_LABEL}} will be replaced by the value of the mergeLabel option
#
{{PLACEHOLDER}} will be replaced by the list of failing checks
mergeRemovedComment
:
>-
I see that you just added the `{{MERGE_LABEL}}` label, but the following
checks are still failing:
{{PLACEHOLDER}}
**If you want your PR to be merged, it has to pass all the CI checks.**
If 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.
#
options for the triage plugin
triage
:
#
set to true to disable
disabled
:
false
#
number of the milestone to apply when the issue has not been triaged yet
needsTriageMilestone
:
11,
#
number of the milestone to apply when the issue is triaged
defaultMilestone
:
12,
#
arrays of labels that determine if an issue has been triaged by the caretaker
l1TriageLabels
:
-
- 'comp
:
*'
#
arrays of labels that determine if an issue has been fully triaged
l2TriageLabels
:
-
- 'type
:
bug/fix'
-
'
severity*
'
-
'
freq*
'
-
'
comp: *
'
-
- 'type
:
feature'
-
'
comp: *
'
-
- 'type
:
refactor'
-
'
comp: *
'
-
- 'type
:
RFC / Discussion / question'
-
'
comp: *
'
-
- 'type
:
docs'
-
'
comp: *
'
#
Size checking
size
:
circleCiStatusName
:
'
ci/circleci: e2e-cli
'
maxSizeIncrease
:
10000
comment
:
false
Back
|
FazBrowse Home
|
New Git URL