Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 20:54
1551bb8

What's new

Auto-fix (experimental)

New opt-in fix-mode input:

  • suggest — posts one-click GitHub suggestion review comments on the PR, one per hunk (needs pull-requests: write)
  • pr — applies the diagnosed diff on a naoru/fix-<run-id> branch and opens a labelled PR targeting the failing branch; never pushes to your branch (needs contents: write + pull-requests: write)

Safety rails always on: high-confidence diagnoses with a diff only; nothing under .github/ is touchable; 300-changed-line cap; hunks placed by unique content match; loop guard on naoru/fix-* branches; all fix errors are warnings — the pipeline is never blocked.

New output: fix-pr-url.

Fixed

  • Step Summary / PR comment formatting: diffs now render in a dedicated ```diff block. Models embedding fences mid-sentence no longer break the markdown or swallow the confidence footer.

Dependencies

  • undici 6.27.0, openai 6.44.0, @anthropic-ai/sdk 0.105.0, actions/checkout v7, dev-tooling bumps

Full Changelog: v0.1.0...v0.2.0