From 2ee8e210727ad8475ba74c2cb8caf97b3216ac29 Mon Sep 17 00:00:00 2001 From: Zhiwei Liang Date: Tue, 28 Jul 2026 15:46:09 -0400 Subject: [PATCH] TPT-4578: Add community contribution and hotfix labels --- .github/labels.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/labels.yml b/.github/labels.yml index f08a1ae6e..bc189cd77 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -29,6 +29,12 @@ - name: security description: for security fixes and improvements in the changelog. color: AA1111 +- 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