From b638f979782b050a49d4ebe7e8489a068581e015 Mon Sep 17 00:00:00 2001 From: "tfe-github-3[bot]" <138198866+tfe-github-3[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 16:53:28 +0000 Subject: [PATCH] Add .github/protected-branches.yml --- .github/protected-branches.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/protected-branches.yml diff --git a/.github/protected-branches.yml b/.github/protected-branches.yml new file mode 100644 index 00000000..023a8424 --- /dev/null +++ b/.github/protected-branches.yml @@ -0,0 +1,3 @@ +# MANAGED VIA TERRAFORM MODULE, DO NOT EDIT MANUALLY! +"protected_branches": +- "master"