From c0a1d7abb4daf8eb536fb49ec8b947859d5e2fbf Mon Sep 17 00:00:00 2001 From: kannoixia Date: Tue, 11 Jun 2024 13:24:26 +0900 Subject: [PATCH] =?UTF-8?q?PR=E4=BD=9C=E6=88=90=E5=87=A6=E7=90=86=E3=81=AE?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto_translate.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto_translate.yml b/.github/workflows/auto_translate.yml index 5697fd6d..5800d9db 100644 --- a/.github/workflows/auto_translate.yml +++ b/.github/workflows/auto_translate.yml @@ -9,6 +9,8 @@ on: permissions: contents: write + pull-requests: write + jobs: auto-translate: runs-on: ubuntu-latest @@ -47,7 +49,7 @@ jobs: # Pull Requestの作成 - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v5 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: "Automated commit from GitHub Actions"