From 7c36d3d7da34b7067b779b324cb189af35bc5983 Mon Sep 17 00:00:00 2001 From: Faisal Alquaddoomi Date: Wed, 22 May 2024 12:10:09 -0600 Subject: [PATCH] Upgraded peter-evans/create-pull-request from v4 to v6 to fix https://github.com/peter-evans/create-pull-request/issues/2790 --- .github/workflows/ai-revision.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ai-revision.yaml b/.github/workflows/ai-revision.yaml index 0e955a1..84f1ea4 100644 --- a/.github/workflows/ai-revision.yaml +++ b/.github/workflows/ai-revision.yaml @@ -67,7 +67,7 @@ jobs: # https://github.com/manubot/manubot-ai-editor/blob/main/libs/manubot_ai_editor/env_vars.py run: manubot ai-revision --content-directory content/ - name: Create Pull Request - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v6 with: commit-message: 'revise using AI model\n\nUsing the OpenAI model ${{ inputs.model }}' title: 'AI-based revision using ${{ inputs.model }}'