From fd79501d646201873bb2c56147bd2d0a202a6efe Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Tue, 4 Feb 2025 08:11:35 -0800 Subject: [PATCH] Document branch protection still needed --- .github/repository-settings.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/repository-settings.md b/.github/repository-settings.md index ca6c9f24b232..ee36cad9b9c1 100644 --- a/.github/repository-settings.md +++ b/.github/repository-settings.md @@ -85,6 +85,13 @@ settings](https://github.com/open-telemetry/community/blob/main/docs/how-to-conf - Restrict updates: CHECKED - Restrict deletions: CHECKED +## Branch protections + +### `main`, `release/*`, `v0.*`, `v1.*`, `cloudfoundry` + +- Restrict who can push to matching branches: CHECKED + - Restrict pushes that create matching branches: CHECKED + ## Code security and analysis - Secret scanning: Enabled