From ce1e38db6de380628df9d78f22f2605ddde91f35 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 30 Mar 2026 19:18:09 +0000 Subject: [PATCH] Update mend config to allow remediation (#5287) Signed-off-by: Peter Zhu (cherry picked from commit 5450b4c2181e397c37e07509b66eb6786ed5b670) Signed-off-by: github-actions[bot] --- .whitesource | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.whitesource b/.whitesource index db4b0fec82c..9765a1d58b9 100644 --- a/.whitesource +++ b/.whitesource @@ -11,5 +11,11 @@ }, "issueSettings": { "minSeverityLevel": "LOW" + }, + "remediateSettings": { + "addLabels": ["skip-changelog"], + "workflowRules": { + "enabled": true + } } -} \ No newline at end of file +}