From 9905547d5d1171ce0b2de72caadaa5d3e920950d Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Tue, 3 Sep 2024 10:29:52 +0800 Subject: [PATCH] Change the author for PR merge I'm not the one merging these PRs. --- .github/workflows/i18n-automerge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/i18n-automerge.yml b/.github/workflows/i18n-automerge.yml index 7c498c68..f3beff2b 100644 --- a/.github/workflows/i18n-automerge.yml +++ b/.github/workflows/i18n-automerge.yml @@ -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 }}