Lines Matching full:pull
1 # How to backport a pull request to a release line
14 releaser will mark the pull request with a particular label for that release
16 pull request should not be included. The releaser will then add a comment
17 requesting that a backport pull request be made.
27 ## How to submit a backport pull request
31 branch. In order to submit a backport pull request to another branch, simply
43 # If v10.x-staging is checked out `pull` should be used instead of `fetch`
71 in the pull request. The `Backport-PR-URL` metadata does need to be added to
75 9. Open a pull request:
76 1. Be sure to target the `v10.x-staging` branch in the pull request.
77 1. Include the backport target in the pull request title in the following
82 1. In the description add a reference to the original pull request.
85 1. Run a [`node-test-pull-request`][] CI job (with `REBASE_ONTO` set to the
88 `git pull --rebase upstream v10.x-staging`
90 After the pull request lands, replace the `backport-requested-v10.x` label
91 on the original pull request with `backported-to-v10.x`.
95 [`node-test-pull-request`]: https://ci.nodejs.org/job/node-test-pull-request/build