From c04d37d50d4140a8f69d97591d80701f98fccbe2 Mon Sep 17 00:00:00 2001 From: AkshithaRajavelDev Date: Mon, 3 Aug 2026 19:18:54 +0530 Subject: [PATCH] Allow requirements.* file changes to bypass SLA checks --- checks/check_patching_sla.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/checks/check_patching_sla.py b/checks/check_patching_sla.py index efa0ce9..857a613 100644 --- a/checks/check_patching_sla.py +++ b/checks/check_patching_sla.py @@ -13,7 +13,7 @@ "CODEOWNERS", "go.mod", "go.sum", - "requirements.txt", + "requirements.*", "package.json", "package-lock.json", "pkg.config.json", @@ -108,4 +108,4 @@ def check_patching_sla(): if __name__ == "__main__": if not check_patching_sla(): - exit(1) \ No newline at end of file + exit(1)