-
Notifications
You must be signed in to change notification settings - Fork 278
Comparing changes
Open a pull request
base repository: github/gh-aw
base: v0.55.0
head repository: github/gh-aw
compare: v0.56.0
- 8 commits
- 112 files changed
- 6 contributors
Commits on Mar 7, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 6e6942f - Browse repository at this point
Copy the full SHA 6e6942fView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 8e48b71 - Browse repository at this point
Copy the full SHA 8e48b71View commit details -
feat(add): fetch dispatch-workflow dependencies and resources when ad…
…ding remote workflows (#19965)
Configuration menu - View commit details
-
Copy full SHA for 4779d6a - Browse repository at this point
Copy the full SHA 4779d6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5413f8f - Browse repository at this point
Copy the full SHA 5413f8fView commit details -
Add protected-files support to runtimes and enforce protected file pr…
…otection in safe outputs (#19958)
Configuration menu - View commit details
-
Copy full SHA for f87a535 - Browse repository at this point
Copy the full SHA f87a535View commit details -
fix: suppress spurious error annotations in push_repo_memory for expe…
…cted git failures (#19979)
Configuration menu - View commit details
-
Copy full SHA for 6ddb0d3 - Browse repository at this point
Copy the full SHA 6ddb0d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for bafae99 - Browse repository at this point
Copy the full SHA bafae99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 046e81c - Browse repository at this point
Copy the full SHA 046e81cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.55.0...v0.56.0