chore(deps): update github/gh-aw action to v0.74.8#8109
Open
release-workflows[bot] wants to merge 1 commit into
Open
chore(deps): update github/gh-aw action to v0.74.8#8109release-workflows[bot] wants to merge 1 commit into
release-workflows[bot] wants to merge 1 commit into
Conversation
c42b1d6 to
2e684f8
Compare
2e684f8 to
ee9d01e
Compare
ee9d01e to
ecda65f
Compare
ecda65f to
0ab8e8b
Compare
0ab8e8b to
a9fbf11
Compare
a9fbf11 to
4a778e8
Compare
4a778e8 to
e615234
Compare
e615234 to
19e5e59
Compare
19e5e59 to
7135245
Compare
7135245 to
abab8e0
Compare
abab8e0 to
be0c80f
Compare
be0c80f to
62f4b32
Compare
62f4b32 to
60ef078
Compare
60ef078 to
d35bed6
Compare
d35bed6 to
d6b5920
Compare
b2b4fe3 to
be66276
Compare
be66276 to
7bb6e08
Compare
7bb6e08 to
d345213
Compare
d345213 to
cddd18c
Compare
cddd18c to
314ac7c
Compare
314ac7c to
d8f76f8
Compare
d8f76f8 to
bac0698
Compare
bac0698 to
3b1e802
Compare
3b1e802 to
84850c5
Compare
84850c5 to
63dd3c5
Compare
63dd3c5 to
8c30f9c
Compare
8c30f9c to
e46061e
Compare
e46061e to
b2300f9
Compare
b2300f9 to
dcac731
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.43.18→v0.74.8Release Notes
github/gh-aw (github/gh-aw)
v0.74.8Compare Source
🌟 Release Highlights
This release strengthens reliability, developer experience, and observability with daily automated reviews, improved error messages, and enhanced telemetry instrumentation.
✨ What's New
🔍 Daily Reliability Review — A new scheduled workflow automatically detects and reports gh-aw reliability issues using Sentry observability data, querying for failures, timeouts, cancellations, and token truncations. The workflow creates prioritized findings with actionable recommendations, helping maintainers catch issues early. (#33493)
💡 Fuzzy "Did You Mean?" Suggestions — Validation errors now include helpful suggestions when you mistype engine names, events, permissions, or MCP types (e.g.,
invalid engine: copiliot→Did you mean: copilot?). The feature uses Levenshtein distance matching to catch common typos during compilation. (#33467)📍 File/Line Context in Validation Errors — Validation errors now show
file:line:col:positioning so IDE tooling can jump directly to the problematic field, eliminating manual searches through workflow files. (#33466)💭 Reasoning Message Rendering — Reasoning content (Claude extended thinking blocks, Codex
thinkingsections, Copilotreasoning_text) now renders with a distinct◯open circle icon and italic styling, making agent thought processes visible and distinguishable from regular output. (#33464)🐛 Bug Fixes & Improvements
Telemetry Instrumentation — Fixed four critical OTLP gaps:
service.versionfallback toGITHUB_SHA,gen_ai.response.finish_reasonsalways emitted, timeouts distinguished from failures, andgen_ai.usage.total_tokensnow tracked. (#33528, #33510)Network Access — Added
patch-diff.githubusercontent.comto the GitHub domain ecosystem, allowing workflows usingnetwork.allowed: [github]to fetch PR diffs without blocking. (#33543)Linter Improvements — Enhanced analyzer ergonomics with
ctxbackgroundautofix, consistent test-file handling, and range-based diagnostics for better IDE integration. (#33541)Code Quality — Resolved 12 lint violations including functions exceeding parameter limits (refactored to options structs),
context.Background()calls in functions already receivingctx, andos.Exit()calls in library packages. (#33452)📚 Documentation
Developer Specifications — Consolidated developer documentation with 7 tone fixes across 4 spec files, removing marketing language and subjective phrasing. (#33566)
Reference Updates — Added Gemini 3.5 Flash model configuration, documented footer-install template behavior, and specified JSON workflow field mapping for Copilot automation API imports. (#33522)
Glossary Expansion — Daily glossary scan added terms for
tools.github.allowed-repos, repository access restrictions, and other workflow configuration options. (#33519)🔧 Internal
MCP Refactoring — Extracted duplicated MCP wrapper logic into
renderDefaultJSONMCPConfighelper, eliminating 10-12 line code blocks across four JSON engines. (#33482)Chaos Testing — Updated Chaos PR Bundle Fuzzer to allow modifications to
tests/chaos/**in safe-output PR creation. (#33553)Workflow Cleanup — Removed centralized
pull_request_reviewerdispatching fromagentic_commands.yml, simplifying workflow routing. (#33542)For complete details, see CHANGELOG.
What's Changed
NewValidationErrorwith actionable YAML guidance by @Copilot in #33491sub_agent_strategyA/B experiment tosmoke-geminiworkflow by @Copilot in #33540patch-diff.githubusercontent.comin the GitHub domain ecosystem by @Copilot in #33543tests/chaos/**in safe-output PR creation by @Copilot in #33553Full Changelog: github/gh-aw@v0.74.7...v0.74.8
v0.74.7Compare Source
🌟 Release Highlights
A focused maintenance release that strengthens workflow activation handling and improves code maintainability.
🐛 Bug Fixes & Improvements
Workflow Activation & Routing
pull_request_reviewevents were incorrectly processed, ensuring reviewer lifecycle events bypass slash-command gating for smoother automated reviewsadd_reactionsafe-output now correctly processespull_request_reviewactivation eventsCode Quality
Developer Experience
add_commentandcreate_issueto prevent common workflow authoring mistakesFor complete details, see CHANGELOG.
What's Changed
pull_request_reviewactivation reactions inadd_reactionby @Copilot in #33449pull_request_reviewfromon.pull_request_reviewerhybrid routing by @Copilot in #33461Full Changelog: github/gh-aw@v0.74.6...v0.74.7
v0.74.6Compare Source
🌟 Release Highlights
This maintenance release focuses on workflow import UX improvements, MCP security hardening, and critical bug fixes across safe outputs and workflow triggers.
✨ What's New
Enhanced Workflow Import Experience
api.githubcopilot.com(#33402)New Synthetic Trigger:
pull_request_revieweron.pull_request_reviewer: slash_commandfor PR reviewer lifecycle dispatch with reviewer-aware concurrency (#33273)Model Support
gemini-3.5-flashto model inventory with ET multiplier 14.0 (#33430)🐛 Bug Fixes & Improvements
Safe Outputs & Review Handling
submit_pull_request_reviewto gracefully skip when PR review context is unavailable (e.g., workflow_dispatch on main) (#33435)dispatchWorkflowAPI version header - now correctly passed as top-level header instead of nested params (#33419)MCP Telemetry & Observability
rpc-messages.jsonlfiles (MCP server crash/startup failures) now correctly reported as telemetry failures instead of silently passing (#33358)Trigger & Event Handling
pull_request_reviewevents (#33418)📚 Documentation
🔧 Internal
@types/node25.7.0→25.9.1 (#33410, #33407)For complete details, see CHANGELOG.
What's Changed
on.pull_request_reviewer: slash_commandsynthetic trigger and reviewer lifecycle routing by @Copilot in #33273pull_request_reviewerby @Copilot in #33412pull_request_reviewevents in activation reaction/status conditions by @Copilot in #33418add/add-wizardoutput by @Copilot in #33424gemini-3.5-flashET multiplier to model inventory by @Copilot in #33430submit_pull_request_reviewwhen no PR review context is available by @Copilot in #33435Full Changelog: github/gh-aw@v0.74.5...v0.74.6
v0.74.5Compare Source
🌟 Release Highlights
This release delivers 125 improvements focused on quality, stability, and developer experience. Key themes include enhanced observability with OpenTelemetry integration, improved CLI tooling with JSON workflow import capabilities, and significant bug fixes addressing authentication, safe-output handling, and workflow compilation edge cases.
✨ What's New
OpenTelemetry Observability & Multi-Backend Support
gen_ai.response.model) and AWF/AWMG versions (#33275, #33030)JSON Workflow Import
Enhanced Error Handling & Developer Experience
gh aw compile(#33337)--fail-fastflag for legacy behaviorAI Engine & Model Improvements
raptor-minialias coverage and GPT-5 search multipliers (#33177)cavemanprompt variant (#33296, #33162)Safe Outputs Enhancements
add_labels,remove_labels, andupdate_pull_request(#33170)tools.github.allowed-repos: currentfor repo-scoped MCP guard policies (#33041)CLI & Tooling Improvements
run_idalias support for audit MCP tool parameters (#33250)setup-gh-awinstall whengh-awis already available (#33240)🐛 Bug Fixes & Improvements
Authentication & Credential Handling
ls-remotein signed commit push path (#33178)missing-keyignore mode (#33033)Safe Outputs & Git Operations
create_pull_requestgit am fallback and unrelated safe output cancellation (#33295)recreate-ref deleteRefis blocked by protection rules (#33163)Workflow Compilation & Validation
workflows:field onworkflow_runtrigger (#33191)queue: maxwithcancel-in-progress: true(#33353)||expressions in prompt markdown never substituting at runtime (#33129)Error Context & Reporting
report_incompletereasons in agent failure comments and issue templates (#33087)gh-aw.run.statusandstatus.codefrom output errors when conclusion env var is absent (#33037)Network & Permissions
pypi.organdfiles.pythonhosted.orgto daily-semgrep-scan allowlist (#33035)workflow_callinput (#33200)Dependencies & Build
920740d(#33281)⚡ Performance
📚 Documentation
🔧 Internal Improvements
syncutil.OnceLoader(#33180)log.Print*usage in library packages with package-scoped logger instances (#33272)mcp inspectbackground goroutines (#33217)🌍 Community Contributions
A huge thank you to the community members who reported issues that were resolved in this release!
@Calidusgh aw compileshould validate requiredworkflows:field onworkflow_runtrigger@IEvangelist@mason-tim||expressions in prompt markdown body never substitute at runtime (compiler/runtime env-var naming mismatch)@norrietaylor@polmichelconclusionjob's App-token mint step fails hard whenGH_AW_APP_IDisn't available and previous step are canceled@samuelkahessay@wtgodbeFull Details: For complete commit-by-commit changes, see CHANGELOG.
What's Next: We're continuing to improve observability, enhance AI engine capabilities, and refine developer tooling. Stay tuned for more updates!
What's Changed
tools.serenain parser and align with schema by @Copilot in #32909ac0fd25by @Copilot in #32944check-for-updatesfield by @github-actions[bot] in #32976pre-stepsfield by @github-actions[bot] in #32985modelsfield by @github-actions[bot] in #32984inline-sub-agentsfield by @github-actions[bot] in #32983github-appfield by @github-actions[bot] in #32981environmentfield by @github-actions[bot] in #32980containerfield by @github-actions[bot] in #32977q.lock.ymlfor comment-triggered runs by @Copilot in #32906dependenciesfield by @github-actions[bot] in #32978pr-to-go-linterskill for PR-driven custom linter generation by @Copilot in #33050github-app.missing-keyignore mode and guard App token minting across workflow paths by @Copilot in #33033tools.github.allowed-repos: currentfor repo-scoped MCP guard policies by @Copilot in #33041github/gh-awowner-prefix ingh extension listoutput by @Copilot in #33168||expressions in prompt markdown never substituting at runtime by @Copilot in #33129resolve_pull_request_review_threadintegration-token 403 as actionable soft-skip by @Copilot in #33171raptor-minialias coverage and missing GPT-5 search multipliers by @Copilot in #33177ls-remotein signed commit push path by @Copilot in #33178syncutil.OnceLoaderby @Copilot in #33180workflowsonworkflow_runduring compile by @Copilot in #33191#aw_*temporary IDs during bundle-based signed commit replay by @Copilot in #33181gh search issues --state allby @Copilot in #33218mcp inspectbackground goroutines by @Copilot in #33217gh-aw.agent.conclusionspans by @Copilot in #33245workflow_callinput by @Copilot in #33200run_idalias for audit MCP tool parameters by @Copilot in #33250Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.