From 6d01cd08e7099c69da2c409eab437d165848c1c2 Mon Sep 17 00:00:00 2001 From: go-to-k <24818752+go-to-k@users.noreply.github.com> Date: Thu, 17 Oct 2024 14:22:04 +0900 Subject: [PATCH] ci: change PR label names for release --- .github/workflows/semantic-pull-request.yml | 6 +++--- .tagpr | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/semantic-pull-request.yml b/.github/workflows/semantic-pull-request.yml index 7d7f5bbe..37bdd65b 100644 --- a/.github/workflows/semantic-pull-request.yml +++ b/.github/workflows/semantic-pull-request.yml @@ -50,11 +50,11 @@ jobs: runs-on: ubuntu-latest env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - MINOR_LABEL: 'minor' + MINOR_LABEL: 'minor-release' MINOR_LABEL_COLOR: '#FBCA04' - MAJOR_LABEL: 'major' + MAJOR_LABEL: 'major-release' MAJOR_LABEL_COLOR: '#D93F0B' - PATCH_LABEL: 'patch' + PATCH_LABEL: 'patch-release' PATCH_LABEL_COLOR: '#C5DEF5' steps: - name: Check out the repository diff --git a/.tagpr b/.tagpr index 4032cce3..f181f54a 100644 --- a/.tagpr +++ b/.tagpr @@ -40,3 +40,5 @@ vPrefix = true releaseBranch = main versionFile = - + majorLabels = major-release + minorLabels = minor-release