mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-05-21 14:32:40 +00:00
Compare commits
1 Commits
tobin/fix-
...
tobin/bump
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4798ba27c3 |
8
.github/workflows/bump-plugin-shas.yml
vendored
8
.github/workflows/bump-plugin-shas.yml
vendored
@@ -1,8 +1,10 @@
|
|||||||
name: Bump Plugin SHAs
|
name: Bump Plugin SHAs
|
||||||
|
|
||||||
# Weekly sweep: for each external entry whose upstream HEAD has moved past
|
# Nightly sweep: for each external entry whose upstream HEAD has moved past
|
||||||
# its pinned SHA, validate at the new SHA with `claude plugin validate`
|
# its pinned SHA, validate at the new SHA with `claude plugin validate`
|
||||||
# inline, then open one PR with all passing bumps.
|
# inline, then open one PR with all passing bumps. Each run force-resets the
|
||||||
|
# bump/plugin-shas branch, so a previous night's unmerged PR is replaced (and
|
||||||
|
# its review state discarded) — review and merge same-day to avoid churn.
|
||||||
#
|
#
|
||||||
# Bot-free — uses the default GITHUB_TOKEN. PRs opened with GITHUB_TOKEN don't
|
# Bot-free — uses the default GITHUB_TOKEN. PRs opened with GITHUB_TOKEN don't
|
||||||
# trigger on:pull_request workflows, so the policy scan (`Scan Plugins`, a
|
# trigger on:pull_request workflows, so the policy scan (`Scan Plugins`, a
|
||||||
@@ -14,7 +16,7 @@ name: Bump Plugin SHAs
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '23 7 * * 1' # Monday 07:23 UTC
|
- cron: '23 7 * * *' # Daily 07:23 UTC
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
max_bumps:
|
max_bumps:
|
||||||
|
|||||||
Reference in New Issue
Block a user