mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
Read for pull_request.user.login when checking for maintainer (#3445)
This commit is contained in:
parent
d79ee6f6d6
commit
475bcbf980
@ -19,7 +19,7 @@ jobs:
|
||||
uses: JamesSingleton/is-organization-member@1.0.1
|
||||
with:
|
||||
organization: "yewstack"
|
||||
username: ${{ github.actor }}
|
||||
username: ${{ github.event.pull_request.user.login }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Auto approve
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user