mirror of https://github.com/yewstack/yew
Read for pull_request.user.login when checking for maintainer
This commit is contained in:
parent
d79ee6f6d6
commit
967359440e
|
@ -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…
Reference in New Issue