From c9ac43a8cdb95da09ed4d46d8c493fe0c7932026 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 15:25:13 -0800 Subject: [PATCH] Add config rule in release note for security category (#128) (#129) 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