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: github/gh-aw
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.55.0
Choose a base ref
...
head repository: github/gh-aw
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.56.0
Choose a head ref
  • 8 commits
  • 112 files changed
  • 6 contributors

Commits on Mar 7, 2026

  1. Configuration menu
    Copy the full SHA
    6e6942f View commit details
    Browse the repository at this point in the history
  2. add-wizard: offer schedule frequency selection for scheduled workflows (

    #19709)
    
    * Initial plan
    
    * feat: add schedule frequency selection to gh aw add-wizard
    
    When adding a scheduled workflow via `gh aw add-wizard`, the wizard now
    detects the schedule trigger and offers a choice of standard frequencies:
    hourly, every 3 hours, daily, weekly, or monthly.
    
    - The form defaults to the workflow's existing schedule.
    - Custom schedules (not matching a standard frequency) are shown as a
      "Custom: <expr> (keep existing)" option which is the default.
    - If the user selects the same frequency or "Custom", the frontmatter is
      left unchanged.
    - For multi-trigger workflows (schedule + other triggers), the selector is
      skipped to avoid losing other triggers.
    
    New files:
      pkg/cli/add_interactive_schedule.go       - detection & selection logic
      pkg/cli/add_interactive_schedule_test.go  - unit tests
    
    Changed files:
      pkg/cli/add_interactive_orchestrator.go   - calls selectScheduleFrequency
                                                  as step 7b in RunAddInteractive
    
    Co-authored-by: dsyme <7204669+dsyme@users.noreply.github.com>
    
    * update order
    
    * Update actions/setup/js/create_pull_request.cjs
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * code review
    
    * code review
    
    * code review
    
    * code review
    
    * code review
    
    * code review
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: dsyme <7204669+dsyme@users.noreply.github.com>
    Co-authored-by: Don Syme <dsyme@github.com>
    Co-authored-by: Don Syme <dsyme@users.noreply.github.com>
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    5 people authored Mar 7, 2026
    Configuration menu
    Copy the full SHA
    8e48b71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4779d6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5413f8f View commit details
    Browse the repository at this point in the history
  5. Add protected-files support to runtimes and enforce protected file pr…

    …otection in safe outputs (#19958)
    Copilot authored Mar 7, 2026
    Configuration menu
    Copy the full SHA
    f87a535 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6ddb0d3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bafae99 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    046e81c View commit details
    Browse the repository at this point in the history
Loading