From 255c4ef97d0b65ca61ab228f6586b7a99b98f8b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 17:19:54 -0800 Subject: [PATCH] Add config rule in release note for security category (#128) (#136) Signed-off-by: Mingshi Liu Signed-off-by: Mingshi Liu (cherry picked from commit 6673c96ff1fc398115e43a8df4c738921825fdb2) Signed-off-by: github-actions[bot] Signed-off-by: Mingshi Liu Signed-off-by: github-actions[bot] Co-authored-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