Commit b688bff
chore(github): drop macOS Keychain regression marker
The `#[ignore]`d test `test_wrapper_resolves_gh_cli_token_from_macos_keychain_after_fix`
was added during PR #9307 refinement as a placeholder for a follow-up
branch that would add `gh auth token` / macOS Keychain support.
The project decision is to not pursue that follow-up. Users whose gh CLI
tokens live only in the macOS Keychain have two working paths today:
[settings.github]
credential_command = 'gh auth token --hostname "$1"'
or:
[settings.github]
use_git_credentials = true
Drop the placeholder test and its explanatory doc block; a regression
marker for work that won't happen is noise.
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>1 parent d782254 commit b688bff
1 file changed
Lines changed: 0 additions & 25 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | 302 | | |
0 commit comments