From 234f8b3519421365bd7997910deecfdc03a6d099 Mon Sep 17 00:00:00 2001 From: Zhiwei Liang Date: Wed, 15 Jul 2026 16:11:50 -0400 Subject: [PATCH] feat: add security release label --- .github/labels.yml | 3 +++ .github/release.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/labels.yml b/.github/labels.yml index 83989042c..f08a1ae6e 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -26,6 +26,9 @@ - name: breaking-change description: for breaking changes in the changelog. color: ff0000 +- name: security + description: for security fixes and improvements in the changelog. + color: AA1111 - name: ignore-for-release description: PRs you do not want to render in the changelog color: 7b8eac diff --git a/.github/release.yml b/.github/release.yml index a2318fa64..5bf07fc08 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -9,6 +9,9 @@ changelog: - title: ⚠️ Breaking Change labels: - breaking-change + - title: 🔒 Security Fixes + labels: + - security - title: 🐛 Bug Fixes labels: - bugfix