From 05e3d1f1d351241420b88822114c4f3ceed2996f Mon Sep 17 00:00:00 2001 From: rei Date: Sun, 30 Jun 2024 13:32:35 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20feat:=20PR-Agent=20=E3=81=AE?= =?UTF-8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3=E3=82=92@v0.22?= =?UTF-8?q?=E3=81=AB=E6=8C=87=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr-agent.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-agent.yml b/.github/workflows/pr-agent.yml index cb179df1..4321d521 100644 --- a/.github/workflows/pr-agent.yml +++ b/.github/workflows/pr-agent.yml @@ -22,7 +22,7 @@ jobs: steps: - name: PR Agent action step id: pragent - uses: Codium-ai/pr-agent@main + uses: Codium-ai/pr-agent@v0.22 env: OPENAI_KEY: ${{ secrets.OPENAI_KEY }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}