File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -32,21 +32,26 @@ settings](https://github.com/open-telemetry/community/blob/main/docs/how-to-conf
32
32
- ` release/* `
33
33
- Branch rules
34
34
- Restrict deletions: CHECKED
35
- - Require linear history: CHECKED
36
35
- Require a pull request before merging: CHECKED
37
36
- Required approvals: 1
38
37
- Require review from Code Owners: CHECKED
39
38
- Allowed merge methods: Squash
40
39
- Require status checks to pass
41
- - EasyCLA
42
- - ` required-status-check `
43
- - ` gradle-wrapper-validation `
40
+ - Do not require status checks on creation: CHECKED
41
+ - Status checks that are required
42
+ - EasyCLA
43
+ - ` required-status-check `
44
+ - ` gradle-wrapper-validation `
44
45
- Block force pushes: CHECKED
45
46
- Require code scanning results: CHECKED
46
47
- CodeQL
47
48
- Security alerts: High or higher
48
49
- Alerts: Errors
49
50
51
+ > [ !NOTE]
52
+ > This repository can't "require linear history" because there is an old merge commit on ` main `
53
+ > (and so also on the release branches).
54
+
50
55
### ` cloudfoundry ` branch
51
56
52
57
- Targeted branches:
You can’t perform that action at this time.
0 commit comments