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:
|
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:
|
||||||
- "*"
|
- "*"
|
||||||
|
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.
|
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
|
||||||
|
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).
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user