Commit Graph

6 Commits

Author SHA1 Message Date
Developers Digest df6a4712a1 sync workflows: merge PRs immediately instead of using --auto
gh pr merge --auto requires branch protection with required status
checks on the target branch. firecrawl-claude-plugin and
firecrawl-cursor-plugin don't have that configured, so the workflows
fail with "Protected branch rules not configured for this branch
(enablePullRequestAutoMerge)" after successfully creating the PR.

There's nothing to wait for on a sync PR anyway, so drop --auto and
merge immediately.
2026-04-10 10:35:41 -04:00
Developers Digest b214bad4b5 bump github actions to node 24 compatible versions 2026-03-13 15:59:05 -04:00
Developers Digest 596b27f78d Unify Claude plugin sync workflow 2026-03-10 09:53:17 -04:00
Developers Digest 904417f491 Add Claude skill sync workflow 2026-03-10 09:47:26 -04:00
Leonardo Grigorio 9ee4948272 Simplify sync workflow: only trigger on version bump
Instead of auto-bumping on every skill change, the workflow now only
triggers when plugin.json version is explicitly changed. The CLI repo
is the source of truth for versioning.
2026-02-17 18:35:21 -03:00
Leonardo Grigorio fc6d6cfa91 Add auto-sync workflow for claude plugin repo
- Add sync-plugin.yml workflow that triggers on changes to skills/ or
  .claude-plugin/ on main, copies files to firecrawl-claude-plugin,
  bumps the patch version, and opens a PR
- Update plugin.json version to 1.0.3 to match the plugin repo
2026-02-17 18:22:54 -03:00