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:
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:
- "*"

View File

@ -88,7 +88,7 @@ jobs:
It releases a new version of the documentation.
commit-message: "docs: add release ${{ env.VERSION }}"
committer: edgelessci <edgelessci@users.noreply.github.com>
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 <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).
commit-message: "docs: update cli reference"
committer: edgelessci <edgelessci@users.noreply.github.com>
labels: no-changelog
labels: no changelog