Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit cdce00a

Browse files
authored
Merge pull request #1722 from masquel/master
Change "current pull request" to "checked out pull request"
2 parents 3d99d94 + cefe40c commit cdce00a

File tree

2 files changed

+1404
-1404
lines changed

2 files changed

+1404
-1404
lines changed

docs/rfcs/002-issueish-list.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ As an initial building block toward a pull request review workflow.
2222

2323
Within the GitHub panel, render a vertical stack of two collapsible lists of _issueish_ (pull request or issue) items:
2424

25-
_First list: current pull request_. If the active branch is associated with one or more open pull requests on a GitHub repository, render an item for each. "Associated with" means that the pull request's head ref and head repository matches the upstream remote ref for the current branch in the active git repository.
25+
_First list: checked out pull request_. If the active branch is associated with one or more open pull requests on a GitHub repository, render an item for each. "Associated with" means that the pull request's head ref and head repository matches the upstream remote ref for the current branch in the active git repository.
2626

2727
_Second list: all open pull requests_. List all open pull requests on the GitHub repository, ordered by decreasing creation date.
2828

@@ -53,7 +53,7 @@ For a pull request, the issueish pane shows:
5353
* Author avatar
5454
* Title
5555
* Branches -> `master` < `aw/rfc-pr-list`
56-
* "Checkout" button to fetch (if necessary) and check out the pull request. Only enabled if the current pull request is not the current one.
56+
* "Checkout" button to fetch (if necessary) and check out the pull request. Only enabled if the checked out pull request is not the current one.
5757
* `Commits` with count, links to .com (for now), optional with avatars
5858
* `Checks` with count, links to .com (for now)
5959
* CI status, each item links to the detail page

0 commit comments

Comments
 (0)