File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 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
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.
7980
8081# options for the triage plugin
8182triage :
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
113115triagePR :
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
128130rerunCircleCI :
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'
You can’t perform that action at this time.
0 commit comments