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 446439b1f5 Merge remote-tracking branch 'origin/main' into test-github-sync-action
# Conflicts:
#	.github/workflows/sync-skills.yml
2026-03-09 20:13:05 -04:00
Developers Digest b364c7a0ac Update firecrawl sync workflow 2026-03-09 20:09:50 -04:00
Developers Digest 5b62e22d87 fix skills sync action to handle empty target repo 2026-03-09 18:06:39 -04:00
Developers Digest 5bc41ed653 Add GitHub action to sync skills 2026-03-09 17:39:59 -04:00