ci: auto-merge low-risk bot PRs#190
Closed
KedoKudo wants to merge 1 commit into
Closed
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #190 +/- ##
=====================================
Coverage 2.29% 2.29%
=====================================
Files 4 4
Lines 131 131
=====================================
Hits 3 3
Misses 128 128 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Member
Author
|
Closing/withdrawing this automated-merge workflow. Per maintainer security policy, bot PRs are reviewed individually before merge, not auto-merged by CI. Apologies for the churn. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a GitHub-native auto-merge workflow for low-risk maintenance PRs from trusted bots, so they no longer need to be merged by hand.
What auto-merges (only after ALL required CI checks pass — GitHub gates the merge, so a broken update can never land):
patchandminorversion bumps, and GitHub Actions updates. Major bumps are intentionally excluded and stay open for manual review.How it satisfies branch protection: the workflow approves the PR as
github-actions[bot](these repos have "Allow GitHub Actions to approve pull requests" enabled and no code-owner requirement), then enables GitHub auto-merge (--squash). No PAT or App secret is needed.Not covered: PRs opened by
github-actions[bot]viaGITHUB_TOKENdo not re-trigger workflows (GitHub anti-recursion), so those remain handled by the daily maintenance scan.🤖 Generated with Claude Code