From be1b0b33c9ed61aedbf12a9fbc9d3545c37e0183 Mon Sep 17 00:00:00 2001 From: Ftps <63702646+Tps-F@users.noreply.github.com> Date: Mon, 19 Jun 2023 15:12:28 +0900 Subject: [PATCH] Set the title of the PR (#568) --- .github/workflows/push_format.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push_format.yml b/.github/workflows/push_format.yml index c4ce77f..5513f92 100644 --- a/.github/workflows/push_format.yml +++ b/.github/workflows/push_format.yml @@ -40,7 +40,8 @@ jobs: - name: Create Pull Request if: steps.commitback.outcome == 'success' continue-on-error: true - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 with: body: Apply Code Formatter Change + title: Apply Code Formatter Change commit-message: Automatic code format