You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This label should be placed by the author (or last reviewer if author is not a collaborator) when the PR is complete and ready to merged. This requires the author to explicitly acknolwedge that they are done with the PR and the caretaker is free to merge it. This label brings the CLI caretaking process into alignment with the frameworks and components repos.
Copy file name to clipboardExpand all lines: docs/process/release.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ TBD
18
18
## Merging PRs
19
19
20
20
The list of PRs which are currently ready to merge (approved with passing status checks) can
21
-
be found with [this search](https://github.com/angular/angular-cli/pulls?q=is%3Apr+is%3Aopen+review%3Aapproved+status%3Asuccess).
21
+
be found with [this search](https://github.com/angular/angular-cli/pulls?q=is%3Apr+is%3Aopen+review%3Aapproved+status%3Asuccess+label%3A%22PR+action%3A+merge%22).
22
22
This list should be checked daily and any ready PRs should be merged. For each
23
23
PR, check the `PR target` label to understand where it should be merged to. If
24
24
`master` is targetted, then click "Rebase and Merge". If the PR also targets a
0 commit comments