mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
ci: improve readability of GitHub lables
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
06b1e04e66
commit
ccd3a08eca
6
.github/release.yml
vendored
6
.github/release.yml
vendored
@ -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:
|
||||
- "*"
|
||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -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
|
||||
|
2
.github/workflows/update-cli-reference.yml
vendored
2
.github/workflows/update-cli-reference.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user