From ce1f4989a20f2840d31e0afca334df5466e1d6a1 Mon Sep 17 00:00:00 2001 From: Sergey Berezansky Date: Sun, 28 Jul 2024 17:21:31 +0300 Subject: [PATCH] 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).