ci: update github robot to reflect new target labels (#38428)

Updates the Github robot to reflect the updated target
labels that are used as part of the canonical versioning
and labeling for the Angular organization.

PR Close #38428
This commit is contained in:
Paul Gschwendtner 2020-08-24 15:00:13 +02:00 committed by Joey Perrott
parent 7723bfd9ba
commit 31f4557621
1 changed files with 3 additions and 3 deletions

View File

@ -94,14 +94,14 @@ merge:
# whether the PR shouldn't have a conflict with the base branch
noConflict: true
# 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")
# list of labels that a PR needs to have, checked with a regexp (e.g. "target:" will work for the label "target: master")
requiredLabels:
- "PR target: *"
- "target: *"
- "cla: yes"
# list of labels that a PR shouldn't have, checked after the required labels with a regexp
forbiddenLabels:
- "PR target: TBD"
- "target: TBD"
- "PR action: cleanup"
- "PR action: review"
- "PR state: blocked"