Skip to content

Commit b75cf3f

Browse files
ocombemhevery
authored andcommitted
ci: update ngbot config file (angular#22173)
Fixes angular#22053 PR Close angular#22173
1 parent 4f19491 commit b75cf3f

1 file changed

Lines changed: 13 additions & 5 deletions

File tree

.github/angular-robot.yml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,15 @@ merge:
5050
noConflict: true
5151
# list of labels that a PR needs to have, checked with a regexp (e.g. "PR target:" will work for the label "PR target: master")
5252
requiredLabels:
53-
- "PR target:"
53+
- "PR target: *"
5454
- "cla: yes"
5555

5656
# list of labels that a PR shouldn't have, checked after the required labels with a regexp
5757
forbiddenLabels:
5858
- "PR target: TBD"
5959
- "PR action: cleanup"
60+
- "PR action: review"
61+
- "PR state: blocked"
6062
- "cla: no"
6163

6264
# list of PR statuses that need to be successful
@@ -84,9 +86,15 @@ triage:
8486
triagedLabels:
8587
-
8688
- "type: bug"
87-
- "severity"
88-
- "freq"
89-
- "comp:"
89+
- "severity*"
90+
- "freq*"
91+
- "comp: *"
9092
-
9193
- "type: feature"
92-
- "comp:"
94+
- "comp: *"
95+
-
96+
- "type: refactor"
97+
- "comp: *"
98+
-
99+
- "type: RFC / Discussion / question"
100+
- "comp: *"

0 commit comments

Comments
 (0)