You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/policies/msgraph-sdk-java-branch-protection.yml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -30,17 +30,17 @@ configuration:
30
30
# Are commits required to be signed. boolean. TODO: all contributors must have commit signing on local machines.
31
31
requiresCommitSignatures: false
32
32
# Are conversations required to be resolved before merging? boolean
33
-
requiresConversationResolution: false
33
+
requiresConversationResolution: true
34
34
# Are merge commits prohibited from being pushed to this branch. boolean
35
35
requiresLinearHistory: false
36
36
# Required status checks to pass before merging. Values can be any string, but if the value does not correspond to any existing status check, the status check will be stuck on pending for status since nothing exists to push an actual status
37
37
requiredStatusChecks:
38
-
- CodeQL
38
+
- Analyze (java)
39
39
- lint-api-level
40
40
- license/cla
41
41
- build
42
42
# Require branches to be up to date before merging. Requires requiredStatusChecks. boolean
43
-
requiresStrictStatusChecks: false
43
+
requiresStrictStatusChecks: true
44
44
# Indicates whether there are restrictions on who can push. boolean. Should be set with whoCanPush.
45
45
restrictsPushes: false
46
46
# Restrict who can dismiss pull request reviews. boolean
@@ -67,17 +67,17 @@ configuration:
67
67
# Are commits required to be signed. boolean. TODO: all contributors must have commit signing on local machines.
68
68
requiresCommitSignatures: false
69
69
# Are conversations required to be resolved before merging? boolean
70
-
requiresConversationResolution: false
70
+
requiresConversationResolution: true
71
71
# Are merge commits prohibited from being pushed to this branch. boolean
72
72
requiresLinearHistory: false
73
73
# Required status checks to pass before merging. Values can be any string, but if the value does not correspond to any existing status check, the status check will be stuck on pending for status since nothing exists to push an actual status
74
74
requiredStatusChecks:
75
-
- CodeQL
75
+
- Analyze (java)
76
76
- lint-api-level
77
77
- license/cla
78
78
- build
79
79
# Require branches to be up to date before merging. Requires requiredStatusChecks. boolean
80
-
requiresStrictStatusChecks: false
80
+
requiresStrictStatusChecks: true
81
81
# Indicates whether there are restrictions on who can push. boolean. Should be set with whoCanPush.
82
82
restrictsPushes: false
83
83
# Restrict who can dismiss pull request reviews. boolean
0 commit comments