Skip to content

Commit 6d6d731

Browse files
AaronBallmanyuxuanchen1997
authored andcommitted
Update the backporting docs (#100401)
Summary: The documentation implies the special commands only work with issues, but they also work directly from a pull request. Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: https://phabricator.intern.facebook.com/D60250640
1 parent 3a9d296 commit 6d6d731

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

llvm/docs/GitHub.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -376,10 +376,10 @@ Releases
376376

377377
Backporting Fixes to the Release Branches
378378
-----------------------------------------
379-
You can use special comments on issues to make backport requests for the
380-
release branches. This is done by making a comment containing the following
381-
command on any issue that has been added to one of the "X.Y.Z Release"
382-
milestones.
379+
You can use special comments on issues or pull requests to make backport
380+
requests for the release branches. This is done by making a comment containing
381+
the following command on any issue or pull request that has been added to one
382+
of the "X.Y.Z Release" milestones.
383383

384384
::
385385

@@ -388,8 +388,8 @@ milestones.
388388
This command takes one or more git commit hashes as arguments and will attempt
389389
to cherry-pick the commit(s) to the release branch. If the commit(s) fail to
390390
apply cleanly, then a comment with a link to the failing job will be added to
391-
the issue. If the commit(s) do apply cleanly, then a pull request will
392-
be created with the specified commits.
391+
the issue/pull request. If the commit(s) do apply cleanly, then a pull request
392+
will be created with the specified commits.
393393

394394
If a commit you want to backport does not apply cleanly, you may resolve
395395
the conflicts locally and then create a pull request against the release

0 commit comments

Comments
 (0)