Skip to content

chore(blender): dry-run automerge to stop endless re-approvals - #20996

Merged
toufali merged 1 commit into
mainfrom
blender/disable-automerge-dryrun
Aug 7, 2026
Merged

chore(blender): dry-run automerge to stop endless re-approvals#20996
toufali merged 1 commit into
mainfrom
blender/disable-automerge-dryrun

Conversation

@toufali

@toufali toufali commented Aug 7, 2026

Copy link
Copy Markdown
Member

Because: fxa has no required status checks, so an approved Dependabot PR goes "clean" immediately and GitHub refuses to arm auto-merge. BLEnder then re-approves each safe PR every sweep — approvals pile up as noise (postcss #20923 hit ~30). Dry-run keeps BLEnder installed and evaluating, but stops it posting reviews.

This PR: Sets automerge.dry_run: true for BLEnder on fxa, which will silence the incessant comments.

Auto-merge can't actually complete on fxa today anyway. Revert once mozilla/blender#120 (idempotent approval + direct-merge when clean) lands.

fxa has no required status checks, so approved Dependabot PRs go clean
immediately and GitHub won't arm auto-merge; BLEnder re-approves each safe
PR every sweep (e.g. postcss PR #20923 collected ~30 approvals). Dry-run
keeps BLEnder installed but stops it posting reviews. Revert once
mozilla/blender#120 lands.
@toufali
toufali requested a review from a team as a code owner August 7, 2026 22:29
Copilot AI lite review requested due to automatic review settings August 7, 2026 22:29

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the repository’s BLEnder configuration to disable real automerge actions by enabling an automerge dry-run mode, preventing repeated automated approvals on Dependabot PRs in a repo without required status checks.

Changes:

  • Enables automerge.dry_run: true in .blender/blender.yml.
  • Adds inline documentation explaining the GitHub auto-merge limitation and when to revert the setting.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@toufali
toufali merged commit d4daef9 into main Aug 7, 2026
18 of 20 checks passed
@toufali
toufali deleted the blender/disable-automerge-dryrun branch August 7, 2026 22:53
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.

3 participants