Skip to content

fix: check PR author instead of actor for dependabot detection#257

Merged
guillermodotn merged 1 commit into
release-engineering:masterfrom
guillermodotn:master
May 27, 2026
Merged

fix: check PR author instead of actor for dependabot detection#257
guillermodotn merged 1 commit into
release-engineering:masterfrom
guillermodotn:master

Conversation

@guillermodotn
Copy link
Copy Markdown
Contributor

Use github.event.pull_request.user.login instead of github.actor to detect dependabot PRs. github.actor reflects who merged the PR (the human reviewer), not who opened it (dependabot), causing the sync job to be skipped.

@guillermodotn guillermodotn merged commit ead2eb6 into release-engineering:master May 27, 2026
2 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