You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using github.actor to determine if a PR was created by dependabot and
autoapprove it can be exploited using a "Confused Deputy" attack.
Using github.event.pull_request.user.login instead verifies the actual
author of the PR.
0 commit comments