Change the author for PR merge

I'm not the one merging these PRs.
This commit is contained in:
Lim Chee Aun 2024-09-03 10:29:52 +08:00
parent af079003dd
commit 9905547d5d

View file

@ -65,7 +65,7 @@ jobs:
SUBJECT="i18n updates ($LOCALES_CHANGED)" SUBJECT="i18n updates ($LOCALES_CHANGED)"
PR_NUMBER=$(echo ${{ github.event.pull_request.number }}) PR_NUMBER=$(echo ${{ github.event.pull_request.number }})
gh pr merge $PR_NUMBER --squash --subject "$SUBJECT" || true gh pr merge $PR_NUMBER --author "github-actions[bot]@users.noreply.github.com" --squash --subject "$SUBJECT" || true
fi fi
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}