mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-06-10 02:03:34 +00:00
Compare commits
2 Commits
add-datapr
...
tobin/sha-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
994f24027b | ||
|
|
c33c5bd093 |
6
.github/workflows/bump-plugin-shas.yml
vendored
6
.github/workflows/bump-plugin-shas.yml
vendored
@@ -51,12 +51,16 @@ jobs:
|
||||
|
||||
# createCommitOnBranch-based bump so commits are signed by GitHub and
|
||||
# satisfy the org-level required_signatures ruleset on main.
|
||||
- uses: anthropics/claude-plugins-community/.github/actions/bump-plugin-shas@e2019b2a01f11aa1484c53540b1cfab5eebbc299
|
||||
- uses: anthropics/claude-plugins-community/.github/actions/bump-plugin-shas@2324c6d8d9d8ceebc9bf253e5d683320dbf40760
|
||||
id: bump
|
||||
with:
|
||||
marketplace-path: .claude-plugin/marketplace.json
|
||||
max-bumps: ${{ inputs.max_bumps || '30' }}
|
||||
pr-mode: per-entry
|
||||
# Keep in sync with sha-exempt in validate-plugins.yml: names
|
||||
# listed there have no source.sha on purpose, so the nightly bump
|
||||
# must skip them instead of re-pinning them.
|
||||
sha-exempt: ""
|
||||
claude-cli-version: latest
|
||||
|
||||
# Per-entry fan-out: dispatch the three required checks against each bump
|
||||
|
||||
8
.github/workflows/validate-plugins.yml
vendored
8
.github/workflows/validate-plugins.yml
vendored
@@ -32,11 +32,17 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: anthropics/claude-plugins-community/.github/actions/validate-plugins@f846a0bcb0e721b1f93d60e8b73e91dafc4a1e87
|
||||
- uses: anthropics/claude-plugins-community/.github/actions/validate-plugins@2324c6d8d9d8ceebc9bf253e5d683320dbf40760
|
||||
with:
|
||||
marketplace-path: .claude-plugin/marketplace.json
|
||||
# Official curated marketplace: SHA-pin (I5) is a HARD error.
|
||||
# I8/I11 are warnings until the 15 known vendored-path/name issues
|
||||
# are cleaned up (see PR body); tighten to "I1 I3" after.
|
||||
warn-invariants: "I1 I3 I8 I11"
|
||||
# Plugins allowed to omit source.sha (deliberately unpinned,
|
||||
# tracking a branch). Space-separated names. Any name added here
|
||||
# MUST also be added to sha-exempt in bump-plugin-shas.yml, or the
|
||||
# nightly bump re-pins it. A malformed sha still fails even for
|
||||
# listed names.
|
||||
sha-exempt: ""
|
||||
claude-cli-version: latest
|
||||
|
||||
Reference in New Issue
Block a user