Skip to content

Commit

Permalink
docs(README): Prefer "reviewer" to "requestee"
Browse files Browse the repository at this point in the history
"Requestee" is an obscure word.
  • Loading branch information
Kurt-von-Laven committed Oct 2, 2023
1 parent f168d51 commit b1fd436
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .dictionary.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
Laven
requestee
slackapi
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ are all currently supported templates:
- direct push of branch: \<workflow> **\<result>** for push of \<sha> to
\<branch> on \<repository> by \<username>.
- `"reviewers"`:
- `requester != requestee`: \<requester> requests review from **\<reviewers>**
- `requester != reviewer`: \<requester> requests review from **\<reviewers>**
of \<PR #> from \<branch> on \<repository>.
- `requester == requestee`: \<username> self-requests review of \<PR #> from
- `requester == reviewer`: \<username> self-requests review of \<PR #> from
\<branch> on \<repository>.
- `"assignee"`:
- `assignor != assignee`: \<assignor> assigned **\<assignee>** \<PR #> from
Expand Down

0 comments on commit b1fd436

Please sign in to comment.