diff --git a/.github/labels.yml b/.github/labels.yml index 2a28fc8..bdc9292 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -23,6 +23,12 @@ - name: breaking-change description: for breaking changes in the changelog. color: ff0000 +- name: community-contribution + description: contributions from the community. + color: 22ee47 +- name: hotfix + description: urgent fixes for production issues. + color: ff0000 - name: ignore-for-release description: PRs you do not want to render in the changelog color: 7b8eac