Skip to content

Commit 9ea655c

Browse files
Merge pull request #1717 from ehuss/assignee-diag
Clarify assignee error message.
2 parents 566bdcd + cf2677c commit 9ea655c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/handlers/assign.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,8 @@ async fn set_assignee(issue: &Issue, github: &GithubClient, username: &str) {
249249
&format!(
250250
"Failed to set assignee to `{username}`: {err}\n\
251251
\n\
252-
> **Note**: Only org members, users with write \
253-
permissions, or people who have commented on the PR may \
252+
> **Note**: Only org members with at least the repository \"read\" role, \
253+
users with write permissions, or people who have commented on the PR may \
254254
be assigned."
255255
),
256256
)

0 commit comments

Comments
 (0)