Skip to content

Commit 063bf63

Browse files
committed
chore(ci): drop triage diagnostics step
Claude-Session: https://claude.ai/code/session_01AGgakTTTYXR67JtMxubBUS
1 parent f1c6452 commit 063bf63

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/triage.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -215,17 +215,6 @@ jobs:
215215
exit 1
216216
}
217217
218-
- name: Diagnostics
219-
if: always()
220-
run: |
221-
set -euo pipefail
222-
echo "issue json: $(wc -c < triage-issue.json) bytes"
223-
echo "result json: $(wc -c < codex-result.json 2>/dev/null || echo 0) bytes"
224-
echo "events: $(wc -l < codex-events.jsonl) lines"
225-
echo "--- event types ---"
226-
jq -r '.item.type // empty' codex-events.jsonl 2>/dev/null \
227-
| sort | uniq -c | sort -rn
228-
229218
- name: Persist refreshed auth.json
230219
if: always()
231220
env:

0 commit comments

Comments
 (0)