Commit 926f2f1
fix: compile issue-triage agentic workflow so it runs on new issues (#211)
* fix: compile issue-triage agentic workflow so it runs on new issues
The issue-triage.md gh-aw source was never compiled into an
issue-triage.lock.yml, so GitHub Actions never registered or ran it.
Newly opened issues received no triage labels or recommendation comment.
- Recompile all gh-aw workflows with the latest gh-aw (v0.81.6):
- Add issue-triage.lock.yml (the executable workflow)
- Recompile doc-freshness.lock.yml (toolchain version bumps only)
- Add auto-generated agentics-maintenance.yml
- Bump github/gh-aw-actions/setup pin to v0.81.6 in actions-lock.json
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
* ci: test on Node 22 + 24 matrix and run agentic workflows on Node 24
Node 24 is the current Active LTS; Node 22 is now Maintenance LTS. The
repo has no native dependencies and package.json engines already allows
>=22, so moving the runtime up is low risk. Verified locally on Node
24.13.1: npm ci, lint, and all 1066 tests pass.
- ci.yml: run the PR test job as a matrix over Node ['22', '24'] so the
engines floor (22) stays covered while adding Active LTS (24). The
gated, cost-protected integration-* and squad-release workflows are
intentionally left on a single Node version (not matrixed) to avoid
doubling approvals/cost.
- issue-triage.md / doc-freshness.md: remove the runtimes.node "22" pin
so the agent jobs run on gh-aw's default Node 24, matching CI. Both
lock files recompiled accordingly.
engines is intentionally left at >=22.0.0 (no change to consumer support).
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
* fix: update integration workflows to use Node 24
---------
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>1 parent 780d482 commit 926f2f1
11 files changed
Lines changed: 2356 additions & 99 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
9 | 14 | | |
10 | | - | |
11 | | - | |
| 15 | + | |
| 16 | + | |
12 | 17 | | |
13 | 18 | | |
14 | 19 | | |
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
16 | 22 | | |
17 | 23 | | |
18 | 24 | | |
19 | 25 | | |
20 | 26 | | |
21 | | - | |
| 27 | + | |
22 | 28 | | |
23 | 29 | | |
24 | 30 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | 15 | | |
22 | 16 | | |
23 | 17 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments