Skip to content

Commit e1a7d7b

Browse files
committed
ci: add "PR action: merge" label to renovate bot PRs
This label is expected to be added by authors after the review once they have made final edits to the PR (per contributing guidelines: https://github.com/angular/angular-cli/blob/master/CONTRIBUTING.md#-submitting-a-pull-request-pr). The bot will never make additional edits from a review, so it is always ready to merge. This adds the "PR action: merge" label so it will show up correctly in the caretaker search for PRs ready to merge (https://github.com/angular/angular-cli/blob/master/CONTRIBUTING.md#-submitting-a-pull-request-pr). Renovate PRs will still require review and passing status checks before becoming visible to caretakers.
1 parent 8c71b79 commit e1a7d7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

renovate.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"separateMajorMinor": false,
77
"prHourlyLimit": 2,
88
"labels": [
9-
"PR target: master-only"
9+
"PR target: master-only",
10+
"PR action: merge"
1011
],
1112
"timezone": "America/Tijuana",
1213
"lockFileMaintenance": {

0 commit comments

Comments
 (0)