File tree 1 file changed +14
-2
lines changed
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
30
30
- Targeted branches:
31
31
- ` main `
32
32
- ` release/* `
33
- - ` v0.* `
34
- - ` v1.* `
35
33
- Branch rules
36
34
- Restrict deletions: CHECKED
37
35
- Require linear history: CHECKED
@@ -44,6 +42,10 @@ settings](https://github.com/open-telemetry/community/blob/main/docs/how-to-conf
44
42
- ` required-status-check `
45
43
- ` gradle-wrapper-validation `
46
44
- Block force pushes: CHECKED
45
+ - Require code scanning results: CHECKED
46
+ - CodeQL
47
+ - Security alerts: High or higher
48
+ - Alerts: Errors
47
49
48
50
### ` cloudfoundry ` branch
49
51
@@ -69,6 +71,16 @@ settings](https://github.com/open-telemetry/community/blob/main/docs/how-to-conf
69
71
- Require linear history: CHECKED
70
72
- Block force pushes: CHECKED
71
73
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
+
72
84
### Restrict branch creation
73
85
74
86
- Targeted branches
You can’t perform that action at this time.
0 commit comments