From 6e43e854ebf68091cbe638cfe5bca0dd48f71296 Mon Sep 17 00:00:00 2001 From: "Kenta Goto (k.goto)" <24818752+go-to-k@users.noreply.github.com> Date: Thu, 17 Oct 2024 14:25:32 +0900 Subject: [PATCH] ci: change PR label names for release (#251) --- .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 b8b4758..7e3450c 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 4032cce..f181f54 100644 --- a/.tagpr +++ b/.tagpr @@ -40,3 +40,5 @@ vPrefix = true releaseBranch = main versionFile = - + majorLabels = major-release + minorLabels = minor-release