Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: withastro/astro
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: astro@7.0.1
Choose a base ref
...
head repository: withastro/astro
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: astro@7.0.2
Choose a head ref
  • 4 commits
  • 44 files changed
  • 4 contributors

Commits on Jun 23, 2026

  1. Configuration menu
    Copy the full SHA
    9471374 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b5e994 View commit details
    Browse the repository at this point in the history
  3. Move issue triage to triagebot-action (#17114)

    * Switch issue triage to withastro/triagebot-action
    
    Replace three separate workflows and two Flue orchestration files
    with a single workflow that uses withastro/triagebot-action@v0.2.0.
    
    The action handles the full triage lifecycle internally:
    - Triage pipeline (reproduce, diagnose, verify, fix)
    - Fix verification (comment classification, PR creation)
    - Re-triage (new comment evaluation, label swap)
    - Branch cleanup on issue close
    
    Label names updated to use triage: prefix for the new FSM.
    
    * Remove unused exports from .flue/lib/github.ts
    
    Only GITHUB_TOKEN_BASE and gitPush are still used by the merge
    workflows. The rest were only used by the triage/verification
    workflows that are now handled by triagebot-action.
    
    * Restore permission comments in issue-triage workflow
    
    * Update triagebot action to v0.3.0
    
    * Update needs repro workflow for triage labels
    
    * Fix needs repro workflow condition YAML
    matthewp authored Jun 23, 2026
    Configuration menu
    Copy the full SHA
    b2a2cb5 View commit details
    Browse the repository at this point in the history
  4. [ci] release (#17167)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    astrobot-houston and github-actions[bot] authored Jun 23, 2026
    Configuration menu
    Copy the full SHA
    a39b7a8 View commit details
    Browse the repository at this point in the history
Loading