Releases: elastic/ai-github-actions
Releases · elastic/ai-github-actions
v0.2.5
Installation
# Use floating major version (recommended)
- uses: elastic/ai-github-actions/...@v0
# Pin to this exact release
- uses: elastic/ai-github-actions/...@v0.2.5
# Pin to commit SHA (maximum security)
- uses: elastic/ai-github-actions/...@e1d1b3475a1318f42c9f46c597f9b0eb0972bd74What's Changed
- docs: remove classic gh-aw installation guidance by @github-actions[bot] in #170
- Sort workflow tables alphabetically in docs by @github-actions[bot] in #171
- Code Simplifier: raise bar to avoid trivial micro-changes by @Copilot in #177
- Create Copilot coding agent instructions file by @Copilot in #178
- Add issue-triage-pr workflow with caller-controlled auto PRs by @github-actions[bot] in #169
- Improve test improvement agent to require end-to-end user behavior context by @Copilot in #175
Full Changelog: v0...v0.2.5
What's Changed
- docs: remove classic gh-aw installation guidance by @github-actions[bot] in #170
- Sort workflow tables alphabetically in docs by @github-actions[bot] in #171
- Code Simplifier: raise bar to avoid trivial micro-changes by @Copilot in #177
- Create Copilot coding agent instructions file by @Copilot in #178
- Add issue-triage-pr workflow with caller-controlled auto PRs by @github-actions[bot] in #169
- Improve test improvement agent to require end-to-end user behavior context by @Copilot in #175
Full Changelog: v0...v0.2.5
v0.2.4
Installation
# Use floating major version (recommended)
- uses: elastic/ai-github-actions/...@v0
# Pin to this exact release
- uses: elastic/ai-github-actions/...@v0.2.4
# Pin to commit SHA (maximum security)
- uses: elastic/ai-github-actions/...@8b0f9f99e9816ba64892cd4b3f420440214e7f70What's Changed
- Add full-history setup step for history-based agent workflows by @github-actions[bot] in #165
Full Changelog: v0...v0.2.4
What's Changed
- Add full-history setup step for history-based agent workflows by @github-actions[bot] in #165
Full Changelog: v0...v0.2.4
v0.2.3
Installation
# Use floating major version (recommended)
- uses: elastic/ai-github-actions/...@v0
# Pin to this exact release
- uses: elastic/ai-github-actions/...@v0.2.3
# Pin to commit SHA (maximum security)
- uses: elastic/ai-github-actions/...@a8f2b22fbd8f01007317638a1b0282856fbb8018What's Changed
- Add MkDocs docs site by @github-actions[bot] in #125
- Add model input default for gh-aw shims by @github-actions[bot] in #152
- Update small-problem-fixer test guidance by @github-actions[bot] in #160
- Improve stale-issues triage prompt by @github-actions[bot] in #162
- Filter small-problem-fixer issues by author association by @github-actions[bot] in #161
Full Changelog: v0...v0.2.3
What's Changed
- Add MkDocs docs site by @github-actions[bot] in #125
- Add model input default for gh-aw shims by @github-actions[bot] in #152
- Update small-problem-fixer test guidance by @github-actions[bot] in #160
- Improve stale-issues triage prompt by @github-actions[bot] in #162
- Filter small-problem-fixer issues by author association by @github-actions[bot] in #161
Full Changelog: v0...v0.2.3
v0.2.2
Installation
# Use floating major version (recommended)
- uses: elastic/ai-github-actions/...@v0
# Pin to this exact release
- uses: elastic/ai-github-actions/...@v0.2.2
# Pin to commit SHA (maximum security)
- uses: elastic/ai-github-actions/...@ffbda68656c909f6eb85c299b565cd96ca2a1be3Full Changelog: v0...v0.2.2
Full Changelog: v0...v0.2.2
v0.2.1
Installation
# Use floating major version (recommended)
- uses: elastic/ai-github-actions/...@v0
# Pin to this exact release
- uses: elastic/ai-github-actions/...@v0.2.1
# Pin to commit SHA (maximum security)
- uses: elastic/ai-github-actions/...@75a0835452c6b58bfec2a00cda987e89c4231c28What's Changed
- Add MCP server and web fetch to pr review by @strawgate in #12
- Add gh-aw actions for triage, mention in issue, and mention in pr by @strawgate in #14
- Fix documentation errors in CODE_STYLE.md and generate-report README by @github-actions[bot] in #16
- Add docs drift and gh-aw upgrade by @strawgate in #19
- docs: document gh-aw-upgrade-check internal workflow by @github-actions[bot] in #23
- Use more shared components by @strawgate in #24
- Remove symlinks and move workflow fragments by @strawgate in #27
- Reorganize gh-aw workflows in repository by @strawgate in #28
- Move base/action.yml to claude-workflows/base/ by @github-actions[bot] in #29
- Don't try to modify workflows directly by @strawgate in #30
- Put copies of gh-aw workflows in .github instead of symlinks by @strawgate in #32
- Convert back to using symlinks by @strawgate in #33
- docs: improve onboarding docs for Elastic employees by @github-actions[bot] in #36
- Additional guidance for workflows by @strawgate in #42
- docs: add .md extension to gh aw add commands by @github-actions[bot] in #40
- Use GPT 5.2-Codex until 5.3-Codex is enabled by @strawgate in #43
- Add Stale Issues and Agent Efficiency workflow by @strawgate in #44
- Update prompts, add smoke test by @strawgate in #45
- Add signal/noise controls for PR review by @github-actions[bot] in #50
- Add PR checks fix workflow by @github-actions[bot] in #54
- Docs: recommend minimize resolved reviews by @github-actions[bot] in #64
- Add breaking change detection workflow shim by @github-actions[bot] in #58
- Exclude draft PR reviews by @github-actions[bot] in #62
- Add small problem fixer workflow by @github-actions[bot] in #61
- Adjust mention-in-PR review comment guidance by @github-actions[bot] in #57
- Add make-compile check to CI workflow by @github-actions[bot] in #68
- Simplify scheduled report shims by @github-actions[bot] in #71
- Add shared workflow edit guardrails fragment by @github-actions[bot] in #74
- Add bug hunter scheduled report workflow by @github-actions[bot] in #79
- Add test improvement gh-aw workflow by @github-actions[bot] in #80
- Add code simplifier agent workflow by @github-actions[bot] in #81
- Add semantic function clustering workflow by @github-actions[bot] in #82
- Bump gh-aw to v0.45.1 by @github-actions[bot] in #72
- Fix paginated prior review aggregation by @github-actions[bot] in #87
- Simplify severity rank JSON reuse by @github-actions[bot] in #88
- Simplify review body assembly by @github-actions[bot] in #84
- Switch to workflow dispatch for gh-aw by @strawgate in #93
- Add docs new contributor review workflow by @github-actions[bot] in #97
- Encourage stronger evidence for continuous improvement workflows by @strawgate in #94
- Let's try adding runtime setup by @strawgate in #99
- Fix runtime setup for node by @strawgate in #100
- Add support for nvmrc for node setup by @strawgate in #101
- Doc updates for gh-aw by @strawgate in #102
- Add actions to various workflows by @strawgate in #103
- Add project summary workflow by @github-actions[bot] in #105
- Update gh-aw upgrade-check prompt template by @github-actions[bot] in #106
- More workflow fixes by @strawgate in #104
- Simplify required permissions by @strawgate in #109
- Add agentics-maintenance setup docs by @github-actions[bot] in #112
- Add release update workflow by @github-actions[bot] in #116
- Docs: clarify v0 tag update propagation by @github-actions[bot] in #118
- Fix concurrency controls and add configurable draft prs by @strawgate in #122
- docs: add Copilot secret setup by @github-actions[bot] in #136
- Expose uv in workspace for awf by @github-actions[bot] in #143
- Add bug exterminator workflow by @github-actions[bot] in #124
- Add downstream users tracking workflow by @github-actions[bot] in #126
- Add multi-language inputs to semantic clustering workflow by @github-actions[bot] in #133
- Add agent suggestions workflow by @github-actions[bot] in #134
- Add PR CI detective and fixer workflows by @github-actions[bot] in #123
- Require repo commands in workflow prompts by @github-actions[bot] in #141
- Set dogfood trigger to non-draft PRs by @github-actions[bot] in #144
- Add release-update lock workflow by @github-actions[bot] in #148
- Split workflow tables by type by @github-actions[bot] in #131
New Contributors
- @github-actions[bot] made their first contribution in #16
Full Changelog: v0...v0.2.1
What's Changed
- Add MCP server and web fetch to pr review by @strawgate in #12
- Add gh-aw actions for triage, mention in issue, and mention in pr by @strawgate in #14
- Fix documentation errors in CODE_STYLE.md and generate-report README by @github-actions[bot] in #16
- Add docs drift and gh-aw upgrade by @strawgate in #19
- docs: document gh-aw-upgrade-check internal workflow by @github-actions[bot] in #23
- Use more shared components by @strawgate in #24
- Remove symlinks and move workflow fragments by @strawgate in #27
- Reorganize gh-aw workflows in repository by @strawgate in #28
- Move base/action.yml to claude-workflows/base/ by @github-actions[bot] in #29
- Don't try to modify workflows directly by @strawgate in #30
- Put copies of gh-aw workflows in .github instead of symlinks by @strawgate in #32
- Convert back to using symlinks by @strawgate in #33
- docs: improve onboarding docs for Elastic employees by @github-actions[bot] in #36
- Additional guidance for workflows by @strawgate in #42
- docs: add .md extension to gh aw add commands by @github-actions[bot] in #40
- Use GPT 5.2-Codex until 5.3-Codex is enabled by @strawgate in #43
- Add Stale Issues and Agent Efficiency workflow by @strawgate in https://github.com/elastic/ai-github-ac...
v0.2.0
Installation
# Use floating major version (recommended)
- uses: elastic/ai-github-actions/...@v0
# Pin to this exact release
- uses: elastic/ai-github-actions/...@v0.2.0
# Pin to commit SHA (maximum security)
- uses: elastic/ai-github-actions/...@cd53a2374308fc2edf5a704875d0c1f7b8eb3a5dWhat's Changed
- add a gh-aw pr review workflow by @strawgate in #5
- Switch to Opus for reviews by @strawgate in #9
- Let's hide nitpicks in the review body by @strawgate in #8
Full Changelog: v0...v0.2.0
What's Changed
- add a gh-aw pr review workflow by @strawgate in #5
- Switch to Opus for reviews by @strawgate in #9
- Let's hide nitpicks in the review body by @strawgate in #8
Full Changelog: v0...v0.2.0
v0.1.9
Installation
# Use floating major version (recommended)
- uses: elastic/ai-github-actions/...@v0
# Pin to this exact release
- uses: elastic/ai-github-actions/...@v0.1.9
# Pin to commit SHA (maximum security)
- uses: elastic/ai-github-actions/...@75298b25487ab9abd1b518690a997da4bdabfcc3What's Changed
- Let Claude know it cant push changes to Forks by @strawgate in #3
- Ask Claude to more thoroughly validate issues it flags by @strawgate in #4
Full Changelog: v0...v0.1.9
What's Changed
- Let Claude know it cant push changes to Forks by @strawgate in #3
- Ask Claude to more thoroughly validate issues it flags by @strawgate in #4
Full Changelog: v0...v0.1.9
v0.1.8
Installation
# Use floating major version (recommended)
- uses: elastic/ai-github-actions/...@v0
# Pin to this exact release
- uses: elastic/ai-github-actions/...@v0.1.8
# Pin to commit SHA (maximum security)
- uses: elastic/ai-github-actions/...@20a46370dfb527476fea37cc46c0c7af0b979791What's Changed
- Allow specifying assignee for the generated report github issue by @lahsivjar in #2
New Contributors
- @lahsivjar made their first contribution in #2
Full Changelog: v0...v0.1.8
What's Changed
- Allow specifying assignee for the generated report github issue by @lahsivjar in #2
New Contributors
- @lahsivjar made their first contribution in #2
Full Changelog: v0...v0.1.8
v0.1.7
Installation
# Use floating major version (recommended)
- uses: elastic/ai-github-actions/...@v0
# Pin to this exact release
- uses: elastic/ai-github-actions/...@v0.1.7
# Pin to commit SHA (maximum security)
- uses: elastic/ai-github-actions/...@fd0b53d1a345461ed9d18a0e759d1ea77afde9baWhat's Changed
- Update recommendations for workflow permissions by @strawgate in #1
New Contributors
- @strawgate made their first contribution in #1
Full Changelog: v0...v0.1.7
What's Changed
- Update recommendations for workflow permissions by @strawgate in #1
New Contributors
- @strawgate made their first contribution in #1
Full Changelog: v0...v0.1.7
v0.1.6
Installation
# Use floating major version (recommended)
- uses: elastic/ai-github-actions/...@v0
# Pin to this exact release
- uses: elastic/ai-github-actions/...@v0.1.6
# Pin to commit SHA (maximum security)
- uses: elastic/ai-github-actions/...@14f993f3d5366a8373193326cecc0bbcc2cafa43Full Changelog: v0...v0.1.6
Full Changelog: v0...v0.1.6