Skip to content

chore(ci): batch release-please daily — drop the per-push trigger - #13

Merged
sterngold merged 1 commit into
mainfrom
chore/release-please-daily
Jul 26, 2026
Merged

chore(ci): batch release-please daily — drop the per-push trigger#13
sterngold merged 1 commit into
mainfrom
chore/release-please-daily

Conversation

@sterngold

Copy link
Copy Markdown
Owner

Summary

Fleet git/PR-friction sweep (2026-07-26, mirrors merged practice from anders-config#584): drop release-please.yml's push trigger; no schedule existed, so a staggered daily cron (17 6 * * *) is added alongside the kept workflow_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

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
@sterngold
sterngold marked this pull request as ready for review July 26, 2026 07:47
@sterngold
sterngold merged commit 9231c73 into main Jul 26, 2026
10 checks passed
@sterngold
sterngold deleted the chore/release-please-daily branch July 26, 2026 07:47

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment on lines +12 to +13
schedule:
- cron: '17 6 * * *'

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant