From 92c1e0c90b8f13d9e1df8b5e6c384c34377c2acd Mon Sep 17 00:00:00 2001 From: Loong Date: Sun, 4 Aug 2024 17:52:03 +0100 Subject: [PATCH] ci: change commit message, pr title and body --- .github/workflows/sync.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index a6243471..5d9fa36d 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -66,5 +66,10 @@ jobs: with: token: ${{ secrets.MAA_HOMEBREW_BUMP_PR }} commit-message: | - Bump maa-cli to ${{ inputs.version }} + chore: bump maa-cli to ${{ inputs.version }} branch: chore/bump/maa-cli-${{ inputs.version }} + title: "chore: bump maa-cli to ${{ inputs.version }}" + body: | + Bump maa-cli to ${{ inputs.version }}. + + See [maa-cli changelog](https://github.com/MaaAssistantArknights/maa-cli/releases/tag/v${{ inputs.version }}) for more details.