Skip to content

Commit 271c9b2

Browse files
authored
Tests passing validation
1 parent 922ad2e commit 271c9b2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/policies/msgraph-beta-sdk-python-branch-protection.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ configuration:
3737
# 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
3838
requiredStatusChecks:
3939
- CodeQL
40-
- Validate code accuracy
40+
- Validate code accuracy (3.9)
41+
- Validate code accuracy (3.10)
42+
- Validate code accuracy (3.11)
43+
- Validate code accuracy (3.12)
4144
# Require branches to be up to date before merging. This should be false since the repo contains autogenerated files. boolean
4245
requiresStrictStatusChecks: true
4346
# Indicates whether there are restrictions on who can push. boolean. Should be set with whoCanPush.

0 commit comments

Comments
 (0)