Commit 3a4684d
Document why requestReviewsByLogin is the only path for bot reviewers
Spent a session re-verifying every alternative; recording the findings inline so future maintainers don't repeat them. The bot's REST login (Copilot, from GET user/175728472) is rejected by /requested_reviewers because that endpoint validates type=User only. GraphQL requestReviews rejects bot node IDs at schema level. The UI 🔄 button hits a github.com Rails endpoint that needs a session cookie + CSRF — gh's OAuth token cannot satisfy it.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 98e18d1 commit 3a4684d
1 file changed
Lines changed: 12 additions & 0 deletions
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
188 | 200 | | |
189 | 201 | | |
190 | 202 | | |
| |||
0 commit comments