소스 검색

Merge pull request #1717 from ehuss/assignee-diag

Clarify assignee error message.
Mark Rousskov 1 년 전
부모
커밋
9ea655c3df
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/handlers/assign.rs

+ 2 - 2
src/handlers/assign.rs

@@ -249,8 +249,8 @@ async fn set_assignee(issue: &Issue, github: &GithubClient, username: &str) {
                 &format!(
                     "Failed to set assignee to `{username}`: {err}\n\
                      \n\
-                     > **Note**: Only org members, users with write \
-                       permissions, or people who have commented on the PR may \
+                     > **Note**: Only org members with at least the repository \"read\" role, \
+                       users with write permissions, or people who have commented on the PR may \
                        be assigned."
                 ),
             )