Commit 51afcc4
committed
feat(seer): Pass PR assignment flag and GitHub username to Seer
Add feature flag `organizations:seer-assign-prs-to-user` and wire it
through both autofix and explorer flows so Seer can assign PRs to the
invoking user on GitHub.
- Register feature flag in temporary.py
- Pass `assign_pr_to_user` in autofix request options
- Pass `github_username` and `assign_pr_to_user` in explorer user context
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Agent transcript: https://claudescope.sentry.dev/share/O_Pqf33_KzAdKIC0uHWtBHi4N9k2TWTCmGLf0e0rTrU1 parent 5a0d4bc commit 51afcc4
File tree
3 files changed
+13
-0
lines changed- src/sentry
- features
- seer
- autofix
- explorer
3 files changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
335 | 335 | | |
336 | 336 | | |
337 | 337 | | |
| 338 | + | |
| 339 | + | |
338 | 340 | | |
339 | 341 | | |
340 | 342 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
511 | 511 | | |
512 | 512 | | |
513 | 513 | | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
514 | 517 | | |
515 | 518 | | |
516 | 519 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
284 | 285 | | |
285 | 286 | | |
286 | 287 | | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
287 | 293 | | |
288 | 294 | | |
289 | 295 | | |
290 | 296 | | |
291 | 297 | | |
292 | 298 | | |
293 | 299 | | |
| 300 | + | |
| 301 | + | |
294 | 302 | | |
295 | 303 | | |
296 | 304 | | |
| |||
0 commit comments