File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,6 @@ settings](https://github.com/open-telemetry/community/blob/main/docs/how-to-conf
3030- Targeted branches:
3131 - ` main `
3232 - ` release/* `
33- - ` v0.* `
34- - ` v1.* `
3533- Branch rules
3634 - Restrict deletions: CHECKED
3735 - Require linear history: CHECKED
@@ -44,6 +42,10 @@ settings](https://github.com/open-telemetry/community/blob/main/docs/how-to-conf
4442 - ` required-status-check `
4543 - ` gradle-wrapper-validation `
4644 - Block force pushes: CHECKED
45+ - Require code scanning results: CHECKED
46+ - CodeQL
47+ - Security alerts: High or higher
48+ - Alerts: Errors
4749
4850### ` cloudfoundry ` branch
4951
@@ -69,6 +71,16 @@ settings](https://github.com/open-telemetry/community/blob/main/docs/how-to-conf
6971 - Require linear history: CHECKED
7072 - Block force pushes: CHECKED
7173
74+ ### Old-style release branches
75+
76+ - Targeted branches:
77+ - ` v0.* `
78+ - ` v1.* `
79+ - Branch rules
80+ - Restrict creations: CHECKED
81+ - Restrict updates: CHECKED
82+ - Restrict deletions: CHECKED
83+
7284### Restrict branch creation
7385
7486- Targeted branches
You can’t perform that action at this time.
0 commit comments