Skip to content

v0.6.0

Latest

Choose a tag to compare

@abnegate abnegate released this 24 Apr 11:06
7138fd2

New

  • New optional caller secret `push_token`. When supplied, the consolidator uses it (instead of the built-in `GITHUB_TOKEN`) for the checkout + `git push`, so Claude's commits trigger downstream workflows (Tests, CodeQL, Linter, …). Without a `push_token`, GitHub suppresses `pull_request.synchronize` and `workflow_run` events for commits pushed with `GITHUB_TOKEN` and those checks stay dormant.
  • Callers that want CI coverage on Claude's pushes should create a PAT (or GitHub App token) with `contents: write` and pass it via `secrets: push_token: ${{ secrets.CLAUDE_PUSH_TOKEN }}`. When omitted, behavior is unchanged and the consolidator emits a warning so it's obvious why checks didn't re-run.