From d183d286df32235fc320f14ecb9dafa3d55da370 Mon Sep 17 00:00:00 2001 From: Zhiwei Liang Date: Wed, 15 Jul 2026 16:11:39 -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 2a28fc8..d34eed5 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -23,6 +23,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 8417f9f..b3dc41d 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -6,6 +6,9 @@ changelog: - title: ⚠️ Breaking Change labels: - breaking-change + - title: 🔒 Security Fixes + labels: + - security - title: 🐛 Bug Fixes labels: - bugfix