Skip to content

Commit df54b1c

Browse files
josephperrottthePunderWoman
authored andcommitted
ci: disable all of the angular-robot settings (angular#51663)
Disable angular robot as it is no longer used for primary workflows and is looking to be turned down. PR Close angular#51663
1 parent 7c06886 commit df54b1c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/angular-robot.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ merge:
1111
# the status will be added to your pull requests
1212
status:
1313
# set to true to disable
14-
disabled: false
14+
disabled: true
1515
# the name of the status
1616
context: 'ci/angular: merge status'
1717
# text to show when all checks pass
@@ -47,6 +47,7 @@ merge:
4747

4848
# list of checks that will determine if the merge label can be added
4949
checks:
50+
disabled: true
5051
# require that the PR has reviews from all requested reviewers
5152
#
5253
# This enables us to request reviews from both eng and tech writers, or multiple eng folks, and prevents accidental merges.
@@ -79,6 +80,7 @@ merge:
7980

8081
# options for the triage plugin
8182
triage:
83+
disabled: true
8284
# number of the milestone to apply when the issue has not been triaged yet
8385
needsTriageMilestone: 83,
8486
# number of the milestone to apply when the issue is triaged
@@ -112,7 +114,7 @@ triage:
112114
# options for the triage PR plugin
113115
triagePR:
114116
# set to true to disable
115-
disabled: false
117+
disabled: true
116118
# number of the milestone to apply when the PR has not been triaged yet
117119
needsTriageMilestone: 83,
118120
# number of the milestone to apply when the PR is triaged
@@ -127,6 +129,6 @@ triagePR:
127129
# options for rerunning CI
128130
rerunCircleCI:
129131
# set to true to disable
130-
disabled: false
132+
disabled: true
131133
# the label which when added triggers a rerun of the default CircleCI workflow
132134
triggerRerunLabel: 'action: rerun CI at HEAD'

0 commit comments

Comments
 (0)