From 385e98c122b42f8fafb12e1112d2b10b66022a22 Mon Sep 17 00:00:00 2001 From: Remco de Boer Date: Fri, 13 Nov 2020 12:19:54 +0100 Subject: [PATCH] ci: allow "epic" as commit namespace --- .github/workflows/pr-linting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-linting.yml b/.github/workflows/pr-linting.yml index 0db76911..1d69c46f 100644 --- a/.github/workflows/pr-linting.yml +++ b/.github/workflows/pr-linting.yml @@ -19,7 +19,7 @@ jobs: - uses: docker://agilepathway/pull-request-label-checker:latest with: any_of: Bug,💡 Feature,⚠️ Interface,📝 Docs,🔨 Maintenance,🖱️ DX - none_of: Epic,❌ Won't fix,💫 Good first issue + none_of: ❌ Won't fix,💫 Good first issue repo_token: ${{ secrets.GITHUB_TOKEN }} check-title: