From 92627e89707847b9eb190bcf8a2aa3594764210a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 10 Jan 2023 23:23:31 +0000 Subject: [PATCH] Add config rule in release note for security category (#128) Signed-off-by: Mingshi Liu Signed-off-by: Mingshi Liu (cherry picked from commit 6673c96ff1fc398115e43a8df4c738921825fdb2) Signed-off-by: github-actions[bot] --- .github/draft-release-notes-config.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/draft-release-notes-config.yml b/.github/draft-release-notes-config.yml index 4c76e9c..dacba40 100644 --- a/.github/draft-release-notes-config.yml +++ b/.github/draft-release-notes-config.yml @@ -42,4 +42,9 @@ categories: - title: 'Refactoring' labels: - 'refactor' - - 'code quality' \ No newline at end of file + - 'code quality' + - title: 'Security' + labels: + - 'security' + - 'security fix' + - 'security vulnerability' \ No newline at end of file