From ccd3a08eca482b4c21eec420e489ac02862f75be Mon Sep 17 00:00:00 2001 From: Paul Meyer <49727155+katexochen@users.noreply.github.com> Date: Thu, 26 Jan 2023 15:29:20 +0100 Subject: [PATCH] ci: improve readability of GitHub lables Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com> --- .github/release.yml | 6 +++--- .github/workflows/release.yml | 4 ++-- .github/workflows/update-cli-reference.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/release.yml b/.github/release.yml index 8888e3d74..6a9ec6d8e 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -1,12 +1,12 @@ changelog: exclude: labels: - - no-changelog + - no changelog - dependencies categories: - title: 🛠 Breaking changes labels: - - breaking-change + - breaking change - title: 🎁 New features labels: - feature @@ -15,7 +15,7 @@ changelog: - security-fix - title: 🐛 Bug fixes labels: - - bug-fix + - bug fix - title: 🔧 Other changes labels: - "*" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d9850b800..ed790e0cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,7 +88,7 @@ jobs: It releases a new version of the documentation. commit-message: "docs: add release ${{ env.VERSION }}" committer: edgelessci - labels: no-changelog + labels: no changelog prepare-release-branch: name: Prepare release branch @@ -345,4 +345,4 @@ jobs: It brings back changes from the release branch into the main branch. commit-message: "release: bring back changes from ${{ env.VERSION }}" committer: edgelessci - labels: no-changelog + labels: no changelog diff --git a/.github/workflows/update-cli-reference.yml b/.github/workflows/update-cli-reference.yml index 1fc3c1417..54d06b2ed 100644 --- a/.github/workflows/update-cli-reference.yml +++ b/.github/workflows/update-cli-reference.yml @@ -46,4 +46,4 @@ jobs: be created automatically on new changes on main). commit-message: "docs: update cli reference" committer: edgelessci - labels: no-changelog + labels: no changelog