mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 08:48:47 +01:00
Fix "GraphQL: Invalid email address (mergePullRequest)"
Remove author email for now
This commit is contained in:
parent
0f6f20629e
commit
95332d11f5
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 --author-email "github-actions[bot]@users.noreply.github.com" --squash --subject "$SUBJECT" || true
|
||||
gh pr merge $PR_NUMBER --squash --subject "$SUBJECT" || true
|
||||
fi
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue