From 5efbc9440c6e8a866621346b5a4732c967819c13 Mon Sep 17 00:00:00 2001 From: Tim Ellison Date: Mon, 27 Mar 2023 10:00:26 +0100 Subject: [PATCH] Update branch_protection.yaml check local config change --- .allstar/branch_protection.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.allstar/branch_protection.yaml b/.allstar/branch_protection.yaml index de49338..d8297c5 100644 --- a/.allstar/branch_protection.yaml +++ b/.allstar/branch_protection.yaml @@ -46,7 +46,7 @@ # DismissStale : require PR approvals be dismissed when a PR is updated. # Overrides the same setting at org-level. # -# dismissStale: true +dismissStale: false # BlockForce : block force pushes. # Overrides the same setting at org-level.