mirror of
https://gitcode.com/gh_mirrors/se/setup-uv.git
synced 2026-07-02 10:15:14 +00:00
5ba8a7e5d0
The previous implementation checked `github.event.sender.login`, which is whoever triggered the event (e.g., someone closing/reopening the PR). This fixes it to check `github.event.pull_request.user.login` instead — the PR author — so the workflow runs correctly whenever a Dependabot-created PR is opened, synchronized, or reopened.