From d3dbb5b1d5028041f13547a16b0083ac7ca3b412 Mon Sep 17 00:00:00 2001 From: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com> Date: Wed, 16 Sep 2026 19:57:18 -0300 Subject: [PATCH] fix(oauth): start the codex manual-callback changelog fragment with a bullet The changelog-integrity gate requires every fragment to start with a markdown bullet ('- '); this one started with a bare sentence. Co-authored-by: diegosouzapw --- changelog.d/fixes/codex-manual-loopback-action.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.d/fixes/codex-manual-loopback-action.md b/changelog.d/fixes/codex-manual-loopback-action.md index fd7919d2ca..98979c8ec6 100644 --- a/changelog.d/fixes/codex-manual-loopback-action.md +++ b/changelog.d/fixes/codex-manual-loopback-action.md @@ -1 +1 @@ -Add a visible manual callback-entry action to the Codex loopback warning so remote users can paste the authorization result instead of setting up an SSH tunnel. +- Add a visible manual callback-entry action to the Codex loopback warning so remote users can paste the authorization result instead of setting up an SSH tunnel.