Skip to content

[pull] trunk from cli:trunk#193

Merged
pull[bot] merged 11 commits into
arc675:trunkfrom
cli:trunk
Jul 24, 2026
Merged

[pull] trunk from cli:trunk#193
pull[bot] merged 11 commits into
arc675:trunkfrom
cli:trunk

Conversation

@pull

@pull pull Bot commented Jul 24, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

dependabot Bot and others added 4 commits July 23, 2026 14:02
Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.19.0 to 1.19.1.
- [Release notes](https://github.com/klauspost/compress/releases)
- [Commits](klauspost/compress@v1.19.0...v1.19.1)

---
updated-dependencies:
- dependency-name: github.com/klauspost/compress
  dependency-version: 1.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github/gh-aw-actions/setup](https://github.com/github/gh-aw-actions) from 0.82.13 to 0.82.14.
- [Release notes](https://github.com/github/gh-aw-actions/releases)
- [Changelog](https://github.com/github/gh-aw-actions/blob/main/CHANGELOG.md)
- [Commits](github/gh-aw-actions@a5d8b7d...b6d1443)

---
updated-dependencies:
- dependency-name: github/gh-aw-actions/setup
  dependency-version: 0.82.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…lauspost/compress-1.19.1

chore(deps): bump github.com/klauspost/compress from 1.19.0 to 1.19.1
…h-aw-actions/setup-0.82.14

chore(deps): bump github/gh-aw-actions/setup from 0.82.13 to 0.82.14
@pull pull Bot locked and limited conversation to collaborators Jul 24, 2026
@pull pull Bot added the ⤵️ pull label Jul 24, 2026
alondahari and others added 7 commits July 24, 2026 14:57
Upgrade the gh-aw toolchain from v0.81.6 to the latest stable release
(v0.82.14, not a pre-release) and recompile the existing issue-triage
agentic workflow with `gh aw compile`.

The source workflow (issue-triage.md) is unchanged: frontmatter_hash and
body_hash are identical, and permissions blocks match, so prompts,
triggers, permissions, tools, safe outputs, network, and engine behavior
are preserved. All changes are compiler-generated runtime infrastructure:

- issue-triage.lock.yml: compiler v0.81.6->v0.82.14, engine 1.0.65->1.0.71,
  action/container SHA bumps, new OAuth-token/lockdown steps, dropped
  .crush support, whitespace normalization.
- .github/aw/actions-lock.json: setup action v0.81.6->v0.82.14 (+setup-cli).
- .gitattributes: gh-aw-managed linguist-generated marker for lock files.
- agentics-maintenance.yml: auto-generated companion for the workflow's
  expiring safe outputs (new in v0.82.14).

Validated with `gh aw compile` and `gh aw validate` (0 errors, 0 warnings),
idempotent on re-compile.

Refs github/plan-track-agentic-toolkit#519

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 628d4172-49f6-4d5c-905c-a33276de3aee
Bump the gh-aw compiler from stable v0.82.14 to pre-release v0.83.0 and
recompile the existing issue-triage workflow with `gh aw compile`.

Source workflow issue-triage.md is unchanged: frontmatter_hash and
body_hash are identical and permissions blocks match, so prompts,
triggers, permissions, tools, safe outputs, network, and engine behavior
are preserved. All changes are compiler-generated:

- issue-triage.lock.yml: compiler v0.82.14->v0.83.0, engine 1.0.71->1.0.73.
- agentics-maintenance.yml: regenerated companion, version bumps only.
- .github/aw/actions-lock.json: setup/setup-cli action v0.82.14->v0.83.0.

Validated with `gh aw compile` and `gh aw validate` (0 errors, 0 warnings),
idempotent on re-compile.

Refs github/plan-track-agentic-toolkit#519

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 628d4172-49f6-4d5c-905c-a33276de3aee
Add hyphenated `issue-intent: true` to every configured safe-output tool
that supports it under gh-aw v0.83.0. Inspected all configured outputs
against the v0.83.0 schema:

- add-labels: supported -> issue-intent enabled (native rationale/
  confidence/suggest on suggested labels).
- add-comment: not an issue-intent-capable output type in v0.83.0 -> left
  unchanged.

No safe-output tools were added or removed. Recompiled the issue-triage
workflow with `gh aw compile`; the generated handler config now carries
"add_labels":{...,"issue_intent":true}. frontmatter_hash changes as an
intentional result of this config edit; body_hash is unchanged.

Validated with `gh aw compile` and `gh aw validate` (0 errors, 0 warnings),
idempotent on re-compile.

Refs github/plan-track-agentic-toolkit#519

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 628d4172-49f6-4d5c-905c-a33276de3aee
…intenance workflow

The setup PR (#13777) meaningfully updated only the issue-triage
workflow, so this refresh must touch issue-triage alone. gh-aw v0.83.0
otherwise auto-generates a repo-wide agentics-maintenance.yml companion
workflow, which is out of scope here.

Suppress that generation with the documented compiler toggle
`.github/workflows/aw.json` {"maintenance": false} and remove the
previously generated agentics-maintenance.yml. No repo variables changed
and no safe-output tools added.

issue-triage is unaffected: its lock, the issue-intent enablement on
add-labels, and the v0.83.0 toolchain bump are all preserved.

Validated with `gh aw compile` (v0.83.0) and `gh aw validate`
(0 errors, 0 warnings); idempotent on re-compile (maintenance workflow
does not regenerate).

Refs github/plan-track-agentic-toolkit#519

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 628d4172-49f6-4d5c-905c-a33276de3aee
Bump the gh-aw compiler from v0.83.0 to the latest stable release v0.83.1
and recompile the issue-triage workflow. Scope is unchanged: only the
issue-triage source/lock plus the directly required shared action lock;
the maintenance workflow stays suppressed via aw.json.

Source issue-triage.md is unchanged: frontmatter_hash and body_hash are
identical, so the add-labels issue-intent enablement and all workflow
behavior are preserved. Generated changes only:

- issue-triage.lock.yml: compiler v0.83.0->v0.83.1, AWF v0.27.37->v0.27.38.
- .github/aw/actions-lock.json: setup action v0.83.0->v0.83.1 (v0.83.1 no
  longer emits a separate setup-cli entry).

Validated with `gh aw compile` (v0.83.1) and `gh aw validate` (0 errors,
0 warnings); idempotent on re-compile, maintenance workflow not regenerated.

Refs github/plan-track-agentic-toolkit#519

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 628d4172-49f6-4d5c-905c-a33276de3aee
Add the gh-aw agent, dispatcher skill, MCP configuration, Copilot setup workflow, and generated maintenance workflow.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
…h-aw

chore: refresh issue-triage agentic workflow to gh-aw v0.83.1
@pull
pull Bot merged commit 01b79dd into arc675:trunk Jul 24, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants