From 43e6049da179a7888d85d1d48171e9c51ec90b8b Mon Sep 17 00:00:00 2001 From: Douglas Parker Date: Wed, 11 Aug 2021 10:40:15 -0700 Subject: [PATCH] doc: fix caretaker PR search The PR search link still has the old label "PR action: merge", but this has been updated to "action: merge". --- docs/process/release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/process/release.md b/docs/process/release.md index bacbadbf81..6abd08f1b6 100644 --- a/docs/process/release.md +++ b/docs/process/release.md @@ -26,7 +26,7 @@ for the release. Primary-secondary pairs are as follows: ## Merging PRs The list of PRs which are currently ready to merge (approved with passing status checks) can -be found with [this search](https://github.com/angular/angular-cli/pulls?q=is%3Apr+is%3Aopen+label%3A%22PR+action%3A+merge%22+-is%3Adraft). +be found with [this search](https://github.com/angular/angular-cli/pulls?q=is%3Apr+is%3Aopen+label%3A%22action%3A+merge%22+-is%3Adraft). This list should be checked daily and any ready PRs should be merged. For each PR, check the `target` label to understand where it should be merged to. You can find which branches a specific PR will be merged into with the `yarn ng-dev pr check-target-branches ` command.