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
If you omit the PR number, you'll be prompted to select one interactively.
466
-
Same for the fork remote, if you omit it, it will get asked with fzf.
467
-
468
-
### What the Script Does
469
-
470
-
- Checks out the external PR locally.
471
-
- Pushes the branch to your fork with a unique name.
472
-
- Creates a draft pull request on the upstream repository with a `[MIRRORED] DO NOT MERGE` title and a `do-not-merge` label.
473
-
- Comments on the original PR with a link to the mirrored PR.
474
-
475
-
This process allows E2E tests to run on the mirrored PR, while preventing accidental merges. Once the original PR is merged, the mirrored PR can be closed.
476
-
477
-
See the script (`./hack/mirror-pr.sh`) in the repository for details.
478
-
479
-
### When all is green in the mirrored PR pull request
480
-
481
-
- You can merge the external contributor original PR.
482
-
- Close the mirrored PR.
483
-
- Cleanup the branches on your fork or on your local repo
0 commit comments