From e5d667dca16109650c37f325cd5e3eae28c05e26 Mon Sep 17 00:00:00 2001 From: Noritaka IZUMI Date: Mon, 4 Nov 2024 19:50:35 +0900 Subject: [PATCH] ci: Add workflow - fix command --- .github/workflows/create-pr-code-owner.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/create-pr-code-owner.yml b/.github/workflows/create-pr-code-owner.yml index cabcdf3..599f65c 100644 --- a/.github/workflows/create-pr-code-owner.yml +++ b/.github/workflows/create-pr-code-owner.yml @@ -30,8 +30,7 @@ jobs: gh pr create \ --base ${{ env.base-branch }} \ --head ${{ github.event.ref }} \ - --title ${{ github.event.ref }} \ - --template "pull_request_template.md" \ + --fill \ --reviewer ${{ env.reviewers }} \ --assignee ${{ github.actor }} \ --draft