Skip to content

ci: migrate Dependabot auto-merge to fastify action#334

Merged
jakub-k-slys merged 1 commit into
mainfrom
ci/migrate-dependabot-merge-action
Jun 27, 2026
Merged

ci: migrate Dependabot auto-merge to fastify action#334
jakub-k-slys merged 1 commit into
mainfrom
ci/migrate-dependabot-merge-action

Conversation

@jakub-k-slys

Copy link
Copy Markdown
Owner

What

Replace the hand-rolled two-job approve+merge workflow with fastify/github-action-merge-dependabot@v3.

Changes

  • Collapse the auto-approve + auto-merge jobs into a single approve-and-merge step.
  • Use merge-method: merge and use-github-auto-merge: true (keeps waiting on required CI checks before merging).
  • Drop the unused dependabot/fetch-metadata steps.
  • Tighten the actor guard from github.actor to github.event.pull_request.user.login.
  • Keep the GitHub App token (create-github-app-token) so approvals/merges re-trigger required CI.

Note

use-github-auto-merge: true requires "Allow auto-merge" enabled on the repo plus branch protection with required checks on the default branch.

🤖 Generated with Claude Code

Replace the two-job approve+merge workflow with
fastify/github-action-merge-dependabot@v3 (merge-method: merge,
use-github-auto-merge: true). Drop the unused dependabot/fetch-metadata
steps and tighten the actor guard to the PR author.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@jakub-k-slys jakub-k-slys requested a review from Gabri3l as a code owner June 27, 2026 11:53
@codecov

codecov Bot commented Jun 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.71%. Comparing base (249c77f) to head (45b23dc).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #334   +/-   ##
=======================================
  Coverage   91.71%   91.71%           
=======================================
  Files          36       36           
  Lines         543      543           
  Branches       69       69           
=======================================
  Hits          498      498           
  Misses         22       22           
  Partials       23       23           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jakub-k-slys jakub-k-slys merged commit 6db95c4 into main Jun 27, 2026
14 of 15 checks passed
@jakub-k-slys jakub-k-slys deleted the ci/migrate-dependabot-merge-action branch June 27, 2026 11:55
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