Skip to content

Commit 43e6049

Browse files
dgp1130clydin
authored andcommitted
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".
1 parent 2a074d4 commit 43e6049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/process/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ for the release. Primary-secondary pairs are as follows:
2626
## Merging PRs
2727

2828
The list of PRs which are currently ready to merge (approved with passing status checks) can
29-
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).
29+
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).
3030
This list should be checked daily and any ready PRs should be merged. For each PR, check the
3131
`target` label to understand where it should be merged to. You can find which branches a specific
3232
PR will be merged into with the `yarn ng-dev pr check-target-branches <pr>` command.

0 commit comments

Comments
 (0)