You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gap-issues: create the gap-ledger label before filing (it must exist)
gh issue create --label requires the label to exist; the first run failed with
'could not add label: gap-ledger not found'. Ensure it idempotently (ignore the
already-exists error) before opening issues.
// `gh issue create --label X` requires the label to EXIST — create it once (idempotent: ignore the
49
+
// "already exists" error so re-runs are a no-op).
50
+
functionensureLabel(): void{
51
+
try{gh(['label','create',LABEL,'--color','D4C5F9','--description','A valid-input flat-highlighter divergence found by the generative gap ledger (auto-filed/closed)']);}
0 commit comments