Skip to content

[pull] main from withastro:main - #690

Merged
pull[bot] merged 1 commit into
code:mainfrom
withastro:main
Aug 18, 2026
Merged

[pull] main from withastro:main#690
pull[bot] merged 1 commit into
code:mainfrom
withastro:main

Conversation

@pull

@pull pull Bot commented Aug 18, 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 : )

Follows the code review switch in #17725. Triage now runs in the factory
Worker instead of `withastro/triagebot-action`, so `.github/workflows/issue-triage.yml`
goes away — it was the only place the action was used.

The triage config keeps the behaviour the action was configured with: the
repository's own `.agents/skills/triage`, Opus for the pipeline and Sonnet for
the fix-verification and re-triage classifiers, and no auto-PR, so a fix still
waits for the reporter to confirm a preview release before a pull request is
opened. The triage state labels are unchanged, so `issue-needs-repro.yml` and
`.github/scripts/stale-issues.ts` keep working.

Two things the action did in its own CI steps now have to be configured,
because the factory hands the agent a bare checkout:

- `installCommand` / `buildCommand` install and build the workspace. Without
  them a reproduction project resolves `astro` to `packages/astro/dist` and
  nothing runs, so the agent would report "could not reproduce" about its own
  unbuilt checkout. The install also clones the compiler for the diagnose and
  verify steps to read, non-fatally since it is reference-only.

- `factory-preview.yml` publishes preview releases. The factory can't publish
  them itself — pkg.pr.new authenticates with this repository's Actions OIDC
  identity, which a Worker can't present — so it dispatches this workflow on
  the default branch and reads the published package list back from a check
  run. Publishing and reporting are separate jobs so the one that runs
  fix-branch code holds neither repository secrets nor `checks: write`.

The Anthropic API key now lives on the Worker, so the `CI_ANTHROPIC_API_KEY`
repository secret is no longer used by anything.
@pull pull Bot locked and limited conversation to collaborators Aug 18, 2026
@pull pull Bot added the ⤵️ pull label Aug 18, 2026
@pull
pull Bot merged commit dcdfd15 into code:main Aug 18, 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.

1 participant