Skip to content

Commit

Permalink
PR作成処理の追加
Browse files Browse the repository at this point in the history
  • Loading branch information
kannoixia committed Jun 11, 2024
1 parent 14ccb7f commit c0a1d7a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/auto_translate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:

permissions:
contents: write
pull-requests: write

jobs:
auto-translate:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit c0a1d7a

Please sign in to comment.