fix: reviewers not correctly shown on dashboard edit screen
This commit is contained in:
21
README.md
21
README.md
@@ -200,11 +200,22 @@ Normal, Insert, and Visual modes, word/find motions, deletion, system clipboard
|
||||
yank/paste, and soft-wrap-aware movement. Set `editing.mode = "standard"` for a
|
||||
non-modal editor. Target-branch, reviewer, and assignee completion use
|
||||
`ctrl+n` and `ctrl+p`; reviewer and assignee fields accept comma-separated
|
||||
GitHub usernames. Current reviewers and assignees are prefilled and marked in
|
||||
completion results. Reviewer suggestions prioritize recent contributors using
|
||||
the latest 100 commits on the repository's default branch; this bounded window
|
||||
is also shown in the editor. Every change is shown in the existing confirmation
|
||||
screen before GitHub is updated.
|
||||
GitHub usernames. Pending individual review requests and assignees are
|
||||
prefilled and marked in completion results. Reviewers who already submitted a
|
||||
review, and requested teams, appear first as protected subdued tokens in the
|
||||
reviewer field. Their handles retain a darker version of their deterministic
|
||||
user color, while their brackets and review state use the theme's dim color.
|
||||
GitHub only permits changing pending review requests.
|
||||
Protected reviewers cannot receive cursor focus or be deleted, and are excluded
|
||||
from reviewer completion. Newly entered names gain a visual `@` prefix and
|
||||
their deterministic user color as soon as they exactly match an eligible
|
||||
reviewer. At that point the suggestions reset to the remaining eligible users;
|
||||
pressing Space commits the current reviewer and starts the next entry. Reviewers
|
||||
already present in the field are excluded from those suggestions. Reviewer
|
||||
suggestions prioritize recent contributors using the latest 100 commits on the
|
||||
repository's default branch; this bounded window is also shown in the editor.
|
||||
Every change is shown in the existing confirmation screen before GitHub is
|
||||
updated.
|
||||
|
||||
## Configuration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user