Skip to content

fix(ci): accept Dependabot app author alias - #110

Merged
tomjtobinn merged 1 commit into
developfrom
codex/fix-dependabot-author-alias
Aug 27, 2026
Merged

fix(ci): accept Dependabot app author alias#110
tomjtobinn merged 1 commit into
developfrom
codex/fix-dependabot-author-alias

Conversation

@tomjtobinn

Copy link
Copy Markdown
Collaborator

Summary

Accept both GitHub representations of the Dependabot App identity when resolving a PR from gh pr list:

  • dependabot[bot]
  • app/dependabot

All other authors remain ineligible.

Why

The first real run of the new Dependabot auto-merge flow found PR #107 by its exact head branch, but gh pr list returned the author as app/dependabot. The resolver only accepted dependabot[bot], so it logged “No open Dependabot PR” and skipped retargeting and auto-merge.

Failed-to-resolve run: https://github.com/REGIE-io/twenty/actions/runs/33053644585
Dependabot PR: #107

Validation

  • Workflow YAML parses successfully.
  • Bash condition accepts both aliases.
  • Bash condition rejects unrelated authors.
  • git diff --check passes.

@tomjtobinn

Copy link
Copy Markdown
Collaborator Author

This is dumb - it missed the identity for depdendabot, this adds the other visible identity

@tomjtobinn
tomjtobinn merged commit 4ca2d40 into develop Aug 27, 2026
32 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.

1 participant