From a8726453b685270a0797db7676cbb54a6ca84b39 Mon Sep 17 00:00:00 2001 From: Takeru O'oyama Date: Mon, 4 Nov 2024 18:14:52 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20openai-generate-pr-description?= =?UTF-8?q?=E3=82=A2=E3=82=AF=E3=82=B7=E3=83=A7=E3=83=B3=E3=81=AE=E3=83=90?= =?UTF-8?q?=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3=E3=82=92v1.0.2=E3=81=AB?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=20(#33)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- docs/README.ja.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 546abe7..6a1433b 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ jobs: if: contains(fromJSON('["renovate[bot]"]'), github.event.pull_request.user.login) == false steps: - uses: actions/checkout@v4 - - uses: tqer39/openai-generate-pr-description@v1.0.1 + - uses: tqer39/openai-generate-pr-description@v1.0.2 with: github-token: ${{ secrets.GITHUB_TOKEN }} open-api-key: ${{ secrets.OPENAI_API_KEY }} diff --git a/docs/README.ja.md b/docs/README.ja.md index 99e62f7..857ddfa 100644 --- a/docs/README.ja.md +++ b/docs/README.ja.md @@ -31,7 +31,7 @@ jobs: if: contains(fromJSON('["renovate[bot]"]'), github.event.pull_request.user.login) == false steps: - uses: actions/checkout@v4 - - uses: tqer39/openai-generate-pr-description@v1.0.1 + - uses: tqer39/openai-generate-pr-description@v1.0.2 with: github-token: ${{ secrets.GITHUB_TOKEN }} open-api-key: ${{ secrets.OPENAI_API_KEY }}