Skip to content

fix(ci): use squash merge for dependabot auto-merge#13541

Merged
davidkonigsberg merged 1 commit intomainfrom
devin/1773433675-fix-dependabot-merge-method
Mar 13, 2026
Merged

fix(ci): use squash merge for dependabot auto-merge#13541
davidkonigsberg merged 1 commit intomainfrom
devin/1773433675-fix-dependabot-merge-method

Conversation

@davidkonigsberg
Copy link
Contributor

Description

Fixes the CI failure on dependabot PRs (e.g. #13540) where the auto-merge job fails with:

GraphQL: Merge method merge commits are not allowed on this repository (enablePullRequestAutoMerge)

Changes Made

  • Changed gh pr merge --auto --merge to gh pr merge --auto --squash in .github/workflows/dependabot.yml to match the repository's allowed merge methods.

Testing

  • This change can only be verified by a subsequent dependabot PR triggering the workflow.

Review Checklist

  • Confirm that squash is the intended merge strategy for dependabot PRs on this repo.

Link to Devin Session
Requested by: @davidkonigsberg

Co-Authored-By: David Konigsberg <davidakonigsberg@gmail.com>
@claude
Copy link

claude bot commented Mar 13, 2026

⚠️ Code review skipped — your organization's overage spend limit has been reached.

Code review is billed via overage credits. To resume reviews, an organization admin can raise the monthly limit in Settings → Usage.

Once credits are available, reopen this pull request to trigger a review.

@devin-ai-integration
Copy link
Contributor

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@davidkonigsberg davidkonigsberg enabled auto-merge (squash) March 13, 2026 20:29
@davidkonigsberg davidkonigsberg merged commit 432047f into main Mar 13, 2026
62 of 63 checks passed
@davidkonigsberg davidkonigsberg deleted the devin/1773433675-fix-dependabot-merge-method branch March 13, 2026 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants