From be22a8616c8883ebb0fb70ab4c11a679cf41332a Mon Sep 17 00:00:00 2001 From: d-haru Date: Mon, 24 Jun 2024 15:03:11 +0900 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E6=9B=B8=E3=81=8D=E7=94=A8=E3=81=AE?= =?UTF-8?q?=E8=A8=98=E4=BA=8B=E3=81=AEPR=E4=BD=9C=E6=88=90=E6=99=82?= =?UTF-8?q?=E3=81=AFPR=E3=82=82draft=E7=8A=B6=E6=85=8B=E3=81=A7=E4=BD=9C?= =?UTF-8?q?=E6=88=90=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/actions/create-draft-pull-request/action.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/create-draft-pull-request/action.yaml b/.github/actions/create-draft-pull-request/action.yaml index 852a44f..4ac61fa 100644 --- a/.github/actions/create-draft-pull-request/action.yaml +++ b/.github/actions/create-draft-pull-request/action.yaml @@ -42,7 +42,7 @@ runs: shell: bash - name: move draft and update metadata uses: hatena/hatenablog-workflows/.github/actions/move-draft-and-update-metadata@v1 - - name: create pull request + - name: create draft pull request uses: peter-evans/create-pull-request@v6 env: OWNER_NAME: ${{ steps.set-owner.outputs.OWNER_NAME }} @@ -57,3 +57,4 @@ runs: - 編集ページのURL: https://blog.hatena.ne.jp/${{ env.OWNER_NAME }}/${{ inputs.BLOG_DOMAIN }}/edit?entry=${{ env.ENTRY_ID }} - プレビューへのURL: ${{ env.PREVIEW_URL == 'null' && 'なし' || env.PREVIEW_URL }} delete-branch: true + draft: true