Skip to content

Commit 7c4abfa

Browse files
authored
Merge pull request #603 from microsoftgraph/bugfix/cla-policy
chore: adds missing CLA check to the policies
2 parents 93ee952 + c98ea37 commit 7c4abfa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ configuration:
3636
requiredStatusChecks:
3737
- CodeQL
3838
- check-build-matrix
39+
- license/cla
3940
# Require branches to be up to date before merging. Requires requiredStatusChecks. boolean
4041
requiresStrictStatusChecks: true
4142
# Indicates whether there are restrictions on who can push. boolean. Should be set with whoCanPush.
@@ -72,6 +73,7 @@ configuration:
7273
requiredStatusChecks:
7374
- CodeQL
7475
- check-build-matrix
76+
- license/cla
7577
# Require branches to be up to date before merging. Requires requiredStatusChecks. boolean
7678
requiresStrictStatusChecks: true
7779
# Indicates whether there are restrictions on who can push. boolean. Should be set with whoCanPush.

0 commit comments

Comments
 (0)