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)"
|
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 --author-email "github-actions[bot]@users.noreply.github.com" --squash --subject "$SUBJECT" || true
|
gh pr merge $PR_NUMBER --squash --subject "$SUBJECT" || true
|
||||||
fi
|
fi
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue