Read for pull_request.user.login when checking for maintainer

This commit is contained in:
Muhammad Hamza 2023-10-04 23:10:27 +05:00 committed by GitHub
parent d79ee6f6d6
commit 967359440e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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