From 0068f885abfa158096a0d31147afe788e3724f45 Mon Sep 17 00:00:00 2001 From: shiftinv <8530778+shiftinv@users.noreply.github.com> Date: Tue, 26 Mar 2024 15:10:50 +0100 Subject: [PATCH] fix(ci): adjust automatic release PR title to match commit format (#1179) --- .github/workflows/create-release-pr.yaml | 2 +- .github/workflows/semantic-pr-title.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/create-release-pr.yaml b/.github/workflows/create-release-pr.yaml index 56c32a4ac5..96288914d7 100644 --- a/.github/workflows/create-release-pr.yaml +++ b/.github/workflows/create-release-pr.yaml @@ -66,7 +66,7 @@ jobs: token: ${{ steps.generate_token.outputs.token }} branch: auto/release-v${{ inputs.version }} delete-branch: true - title: "release: v${{ inputs.version }}" + title: "chore(release): v${{ inputs.version }}" body: | Automated release PR, triggered by @${{ github.actor }} for ${{ github.sha }}. diff --git a/.github/workflows/semantic-pr-title.yml b/.github/workflows/semantic-pr-title.yml index 6738d13854..5545181735 100644 --- a/.github/workflows/semantic-pr-title.yml +++ b/.github/workflows/semantic-pr-title.yml @@ -8,6 +8,7 @@ on: - opened - reopened - edited + - synchronize permissions: pull-requests: read