Commit 7036343
release: fix api-downloads approval failure and copilot test flakiness
Make approve_pr non-fatal: when the PR was created by the same bot
that runs the approval step (self-review), gh pr review --approve
returns exit code 1. Emit a warning and rely on --admin merge instead.
Remove Dispatchers.IO from CopilotSession.deleteCopilotSession: file
deletion is fast and the IO dispatcher caused the test to observe only
1 of 2 expected delete calls when the async coroutine hadn't run yet
at verify time.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
GitOrigin-RevId: 37627f4d5cefc867f40b49d8ce5cc7e7b9ac08d81 parent 98fc339 commit 7036343
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
379 | 379 | | |
380 | 380 | | |
381 | 381 | | |
382 | | - | |
| 382 | + | |
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
| |||
0 commit comments