Skip to content

Commit ae92f61

Browse files
committed
ci: disable outdated Angular robot merge and triage behavior
The issue triage behavior is no longer used within this repository. For the merge behavior, only the label status checks are potentially beneficial but they are already checked via the `ng-dev` tooling when merging.
1 parent 9c26e28 commit ae92f61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/angular-robot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ merge:
55
# the status will be added to your pull requests
66
status:
77
# set to true to disable
8-
disabled: false
8+
disabled: true
99
# the name of the status
1010
context: 'ci/angular: merge status'
1111
# text to show when all checks pass
@@ -60,7 +60,7 @@ merge:
6060
# options for the triage plugin
6161
triage:
6262
# set to true to disable
63-
disabled: false
63+
disabled: true
6464
# number of the milestone to apply when the issue has not been triaged yet
6565
needsTriageMilestone: 11,
6666
# number of the milestone to apply when the issue is triaged

0 commit comments

Comments
 (0)