Skip to content

v0.2.6

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Feb 20:06
· 1 commit to main since this release
v0.2.6
caf5c04

Installation

# Use floating major version (recommended)
- uses: elastic/ai-github-actions/...@v0

# Pin to this exact release
- uses: elastic/ai-github-actions/...@v0.2.6

# Pin to commit SHA (maximum security)
- uses: elastic/ai-github-actions/...@caf5c041b5d92721cd165f61cf9ce3a16f8a4925

What's Changed

  • Add flaky test triage workflow template by @github-actions[bot] in #166
  • Fix releases including 2 copies of the changelog by @Copilot in #183
  • Expand docs drift lookback window to 7 days by @Copilot in #188
  • Bug Hunter: require agent-authored reproduction, prohibit running existing test suite by @Copilot in #189
  • Update dogfood script to exclude workflows not used in this repo by @Copilot in #190
  • Allow customizing docs drift lookback window via workflow_call input by @Copilot in #196
  • docs: render workflow READMEs and example.yml files directly on the mkdocs site by @Copilot in #195
  • Add duplicate issue detector workflow by @Copilot in #199
  • Add performance-profiler workflow by @Copilot in #201
  • fix: remove stale excluded dogfood triggers by @github-actions[bot] in #207
  • Improve docs-drift and docs-new-contributor-review workflows by @theletterf in #211
  • Add docs PR review workflow by @theletterf in #205
  • docs: clarify dogfood excludes some trigger workflows by @github-actions[bot] in #213
  • Add Elastic domains to gh-aw firewall fragment by @github-actions[bot] in #214
  • Add ready-to-make-pr safe input preflight for PR/push workflows by @github-actions[bot] in #215
  • Add "How it works" sections to all agent READMEs by @Copilot in #218
  • Add origin ref fetch step for mention-in-pr PR assistant workflow by @github-actions[bot] in #220
  • Add Update PR Body workflow by @Copilot in #219
  • Add actions:read to mention and issue-triage trigger examples by @github-actions[bot] in #231
  • Upgrade gh-aw compiler to v0.47.4 with inline prompts by @strawgate in #240
  • Add configurable allowed-bot-users workflow input by @github-actions[bot] in #229
  • Add missing workflows to docs nav by @Copilot in #242
  • Add pr-review-fork workflow example using pull_request_target by @Copilot in #241
  • fix: add issues: read permission to trigger-update-pr-body workflow by @Copilot in #250
  • Normalize legacy claude-workflows action comment paths by @github-actions[bot] in #244
  • Set tiered runtime limits for agent workflows, expose limits in examples by @Copilot in #252
  • Fix workflow drift for release-update and downstream-users docs by @github-actions[bot] in #247
  • Tone down PR Body Update Agent to fix inaccuracies with minimal edits only by @Copilot in #256
  • Disable no-op issue reporting for duplicate issue detector by @Copilot in #262
  • Add quick setup script for gh-aw workflows by @github-actions[bot] in #173
  • Add PR Buildkite detective workflow by @github-actions[bot] in #246
  • Add internal workflow drift detector by @Copilot in #261
  • Add minimize-resolved-pr-reviews workflow by @Copilot in #265
  • Reduce workflow permissions to match lock file requirements by @Copilot in #266
  • Duplicate Issue Detector: distinguish duplicates from highly related issues by @Copilot in #267
  • Fix missing issues: read permission in trigger-update-pr-body workflow by @Copilot in #269
  • Remove downstream-users references and data artifact by @github-actions[bot] in #270
  • Remove duplicate pr-checks-fix workflow by @Copilot in #271
  • Fix issue triage startup_failure: restore pull-requests: write by @Copilot in #274
  • Add label-based opt-out for update-pr-body trigger by @github-actions[bot] in #286
  • Improve default Copilot agent thoroughness checks by @github-actions[bot] in #289
  • feat(duplicate-issue-detector): add detect-related-issues input to make related issue detection optional by @Copilot in #283
  • docs: focus docs on gh-aw workflows; move Claude to legacy by @github-actions[bot] in #280
  • Standardize workflow names and descriptions by @Copilot in #277
  • Add text-beautifier workflow by @Copilot in #293
  • docs: add CI runtime persistence note to shared agent instructions by @github-actions[bot] in #297
  • Add per-dimension edit level controls to PR body updater by @Copilot in #299
  • Add "Trigger " prefix to name in dogfood triggers by @Copilot in #304
  • Adjust duplicate-issue output to use summary/details format by @github-actions[bot] in #300
  • Exclude pr-review-fork from dogfood sync and clarify skipped output by @github-actions[bot] in #308
  • docs: fix COPILOT_GITHUB_TOKEN setup command in gh-agent install guide by @github-actions[bot] in #305
  • Add multi-level edit controls for text beautifier by @github-actions[bot] in #310
  • switch to upstream compiler, rename workflows, update fragments by @strawgate in #312
  • Add storyteller/chronicler project summary examples by @github-actions[bot] in #322
  • Fix docs build strict-mode failure and add missing gh auth prerequisite by @Copilot in #317
  • Add plan workflow templates and docs by @github-actions[bot] in #323
  • Add agent-deep-dive and agent-efficiency as internal workflows with log analysis scripts by @Copilot in #313
  • Link workflow source file in generated docs pages by @Copilot in #331
  • Add copilot to allowed bot users for comment/PR-triggered workflows by @Copilot in #332
  • Add draft-prs input to PR-creating workflows; default true for shared, false for triggers by @Copilot in #328
  • Clarify lock files and trigger files are auto-generated; add do-not-modify headers by @Copilot in #335
  • docs: split GitHub Agent workflows into human, event-driven, and scheduled by @github-actions[bot] in #337
  • fix(duplicate-issue-detector): improve comment formatting for related vs duplicate issues by @Copilot in #340
  • Replace backwards compat symlinks with copies by @strawgate in #341
  • Prefix internal workflows with Internal: by @Copilot in #348
  • Don't dogfood Release Update Check in this repo by @Copilot in #349
  • Improve close-older-issues defaults for auditor/detector workflows by @Copilot in #358
  • feat(agent-deep-dive): add tool call efficiency analysis and prompt improvement suggestions by @Copilot in #347
  • Add UX Design Patrol agent by @Copilot in #356
  • Increase max issues the plan workflow can create by @Copilot in #363
  • docs: revamp docs as Elastic Agent Factory by @github-actions[bot] in #365
  • Add mention-in-issue and mention-in-pr variants with sandbox disabled by @Copilot in #367
  • Add Deep Research workflow scaffold by @github-actions[bot] in #352
  • Add product-manager-impersonator and refactor-opportunist workflows by @Copilot in #360
  • Add branch-actions-detective for failed main CI runs by @Copilot in #372
  • Add all ecosystem identifiers to network firewall across all workflows by @Copilot in #374
  • Upgrade gh-aw v0.48.1 → v0.49.0, template safe-output max fields by @Copilot in #376
  • Add address-pr-feedback workflow by @Copilot in #339
  • Change name of PR Reviewer by @strawgate in #378

New Contributors

Full Changelog: v0...v0.2.6