mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-12-18 10:51:50 +03:00
Change the author for PR merge
I'm not the one merging these PRs.
This commit is contained in:
parent
af079003dd
commit
9905547d5d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/i18n-automerge.yml
vendored
2
.github/workflows/i18n-automerge.yml
vendored
|
@ -65,7 +65,7 @@ jobs:
|
|||
SUBJECT="i18n updates ($LOCALES_CHANGED)"
|
||||
|
||||
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
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue