Skip to content

Commit 7240747

Browse files
ranilegeoffjay
authored andcommitted
Read for pull_request.user.login when checking for maintainer (yewstack#3445)
1 parent 79d2572 commit 7240747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-approve-maintainer-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: JamesSingleton/[email protected]
2020
with:
2121
organization: "yewstack"
22-
username: ${{ github.actor }}
22+
username: ${{ github.event.pull_request.user.login }}
2323
token: ${{ secrets.GITHUB_TOKEN }}
2424

2525
- name: Auto approve

0 commit comments

Comments
 (0)