From 637f334016a6d46cbe2038b8392c365c0e93cdbb Mon Sep 17 00:00:00 2001 From: Sarah Vilaysom Date: Fri, 17 Dec 2021 14:16:56 -0800 Subject: [PATCH] Update .acrolinx-config.edn update to reflect future default branch name change --- .acrolinx-config.edn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.acrolinx-config.edn b/.acrolinx-config.edn index 21984639f0..c4d71c5ef7 100644 --- a/.acrolinx-config.edn +++ b/.acrolinx-config.edn @@ -1,2 +1,2 @@ -{:allowed-branchname-matches ["^master$" "^release..*"] +{:allowed-branchname-matches ["main" "master" "release-.*"] :allowed-filename-matches ["EssentialsDocs" "WindowsServerDocs" "includes"]}