From 6ba24802feac2c12bec66c2b02fc5c67704cf6b9 Mon Sep 17 00:00:00 2001 From: yuokamoto Date: Mon, 6 Nov 2023 18:19:49 +0900 Subject: [PATCH] Pr action17 (#125) (#129) * Create main.yml # Conflicts: # .github/workflows/main.yml # .pre-commit-config.yaml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d36b25ec..55d00a6e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -48,4 +48,4 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} cherry-pick-branch: auto_created_${{ matrix.version }}_${{ github.sha }} title: '[cherry-pick to ${{ matrix.version }} from ${{ github.base_ref }}] ${{ github.event.pull_request.title }}' - body: 'Cherry picking ${{ github.event.pull_request.title }} onto this branch' \ No newline at end of file + body: 'Cherry picking ${{ github.event.pull_request.title }} onto this branch'