chore(ci): batch release-please daily — drop the per-push trigger - #13
Conversation
Fleet git/PR-friction sweep 2026-07-26: per-push release PRs churned main and made open PRs go stale. Daily cron (17 6 * * *) + manual dispatch; versioning unchanged; one-line revert in the header. Template repo: every repo created from this inherits the daily cadence. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RMgdMuw1YhNnEAffnp9wEQ
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 36e1868b3b
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| schedule: | ||
| - cron: '17 6 * * *' |
There was a problem hiding this comment.
Provide recovery when inactivity disables the schedule
For public repositories with no activity for 60 days, GitHub automatically disables scheduled workflows, as documented in the schedule event documentation. Because this diff removes the only push trigger, later repository activity cannot run release-please, and workflow_dispatch remains unavailable until someone explicitly re-enables the disabled workflow; release PRs and tags can therefore silently stop after a dormant repository becomes active again. Provide a non-scheduled recovery mechanism or document and automate re-enablement.
AGENTS.md reference: AGENTS.md:L112-L112
Useful? React with 👍 / 👎.
Summary
Fleet git/PR-friction sweep (2026-07-26, mirrors merged practice from anders-config#584): drop
release-please.yml'spushtrigger; no schedule existed, so a staggered daily cron (17 6 * * *) is added alongside the keptworkflow_dispatch. This is the template repo — every future repo created from it inherits the daily cadence instead of the per-push churn. Versioning unchanged; reverting is one line, documented in the workflow header.Risk
Low; trigger-only change; YAML verified parsing with triggers exactly {schedule, workflow_dispatch}.
🤖 Generated with Claude Code
https://claude.ai/code/session_01RMgdMuw1YhNnEAffnp9wEQ
Generated by Claude Code