From 3f0a7c6c4ed31e2729a164a645474145f5591e05 Mon Sep 17 00:00:00 2001 From: Zach Margolis Date: Thu, 30 May 2024 11:38:42 -0700 Subject: [PATCH] Override GSA-TTS .allstar config for "dismiss stale reviews" **Why**: We believe this still meets the AC-2 control, while also allowing for a more flexible workflow for Login.gov contributors --- .allstar/branch_protection.yaml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .allstar/branch_protection.yaml diff --git a/.allstar/branch_protection.yaml b/.allstar/branch_protection.yaml new file mode 100644 index 00000000..2a52c6cf --- /dev/null +++ b/.allstar/branch_protection.yaml @@ -0,0 +1 @@ +dismissStale: false