Skip to content

Conversation

@eliasecchig
Copy link
Collaborator

Summary

Fixed auto-merge workflow failing to detect Dependabot PRs when the author is returned as app/dependabot instead of dependabot[bot].

Changes

  • Updated author check to accept both dependabot[bot] and app/dependabot formats

The GitHub API can return Dependabot PR authors as either "dependabot[bot]"
or "app/dependabot" depending on the context. The auto-merge workflow was only
checking for "dependabot[bot]", causing it to skip merging PRs where the author
was reported as "app/dependabot".

Updated the author check to accept both formats, ensuring the workflow correctly
identifies and processes all Dependabot PRs.
@eliasecchig eliasecchig merged commit 7f672de into main Nov 20, 2025
6 checks passed
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.

2 participants