ci: improve readability of GitHub lables

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2023-01-26 15:29:20 +01:00
parent 06b1e04e66
commit ccd3a08eca
3 changed files with 6 additions and 6 deletions

6
.github/release.yml vendored
View File

@ -1,12 +1,12 @@
changelog: changelog:
exclude: exclude:
labels: labels:
- no-changelog - no changelog
- dependencies - dependencies
categories: categories:
- title: 🛠 Breaking changes - title: 🛠 Breaking changes
labels: labels:
- breaking-change - breaking change
- title: 🎁 New features - title: 🎁 New features
labels: labels:
- feature - feature
@ -15,7 +15,7 @@ changelog:
- security-fix - security-fix
- title: 🐛 Bug fixes - title: 🐛 Bug fixes
labels: labels:
- bug-fix - bug fix
- title: 🔧 Other changes - title: 🔧 Other changes
labels: labels:
- "*" - "*"

View File

@ -88,7 +88,7 @@ jobs:
It releases a new version of the documentation. It releases a new version of the documentation.
commit-message: "docs: add release ${{ env.VERSION }}" commit-message: "docs: add release ${{ env.VERSION }}"
committer: edgelessci <edgelessci@users.noreply.github.com> committer: edgelessci <edgelessci@users.noreply.github.com>
labels: no-changelog labels: no changelog
prepare-release-branch: prepare-release-branch:
name: Prepare release branch name: Prepare release branch
@ -345,4 +345,4 @@ jobs:
It brings back changes from the release branch into the main branch. It brings back changes from the release branch into the main branch.
commit-message: "release: bring back changes from ${{ env.VERSION }}" commit-message: "release: bring back changes from ${{ env.VERSION }}"
committer: edgelessci <edgelessci@users.noreply.github.com> committer: edgelessci <edgelessci@users.noreply.github.com>
labels: no-changelog labels: no changelog

View File

@ -46,4 +46,4 @@ jobs:
be created automatically on new changes on main). be created automatically on new changes on main).
commit-message: "docs: update cli reference" commit-message: "docs: update cli reference"
committer: edgelessci <edgelessci@users.noreply.github.com> committer: edgelessci <edgelessci@users.noreply.github.com>
labels: no-changelog labels: no changelog