From e8c59d8e8d8ac48b2d56066e4304e4217954c65e Mon Sep 17 00:00:00 2001 From: Sergey Berezansky Date: Tue, 30 Jul 2024 10:17:52 +0300 Subject: [PATCH 1/2] fix(CSI-234): leak of wekafs mounts due to bad IsMounted() check From 7a1cd02c277c9613f13ba9c217acb0dcb5ff3a1a Mon Sep 17 00:00:00 2001 From: Sergey Berezansky Date: Sun, 28 Jul 2024 17:21:31 +0300 Subject: [PATCH 2/2] chore(deps): allow WEKAPP tickets in lint --- .github/workflows/lint_pr.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint_pr.yaml b/.github/workflows/lint_pr.yaml index 3d5dda4e4..67a63ed1e 100644 --- a/.github/workflows/lint_pr.yaml +++ b/.github/workflows/lint_pr.yaml @@ -46,6 +46,7 @@ jobs: scopes: | deps CSI-\d+ + WEKAPP-\d+ # Configure that a scope must always be provided. requireScope: true # Configure which scopes are disallowed in PR titles (newline-delimited).