File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,23 @@ github:
65
65
66
66
# Enforce Review-then-Commit
67
67
protected_branches :
68
+ 2.x :
69
+ # All commits must be signed
70
+ required_signatures : true
71
+ # All reviews must be addressed before merging
72
+ required_conversation_resolution : true
73
+ # Require checks to pass before merging
74
+ required_status_checks :
75
+ checks :
76
+ # The GitHub Actions app: 15368
77
+ - app_id : 15368
78
+ context : " build / build (ubuntu-latest)"
79
+ # The GitHub Advanced Security app: 57789
80
+ - app_id : 57789
81
+ context : " CodeQL"
82
+ # At least one positive review must be present
83
+ required_pull_request_reviews :
84
+ required_approving_review_count : 1
68
85
main :
69
86
# All commits must be signed
70
87
required_signatures : true
@@ -76,7 +93,7 @@ github:
76
93
# The GitHub Actions app: 15368
77
94
- app_id : 15368
78
95
context : " build / build (ubuntu-latest)"
79
- # CodeQL app
96
+ # The GitHub Advanced Security app: 57789
80
97
- app_id : 57789
81
98
context : " CodeQL"
82
99
# At least one positive review must be present
You can’t perform that action at this time.
0 commit comments