We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79d2572 commit 7240747Copy full SHA for 7240747
.github/workflows/auto-approve-maintainer-pr.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: JamesSingleton/[email protected]
20
with:
21
organization: "yewstack"
22
- username: ${{ github.actor }}
+ username: ${{ github.event.pull_request.user.login }}
23
token: ${{ secrets.GITHUB_TOKEN }}
24
25
- name: Auto approve
0 commit comments