From c98ea37db99c81a0f9aec15b32b2b8e766ee968c Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Wed, 19 Jun 2024 08:19:30 -0400 Subject: [PATCH] chore: adds missing CLA check to the policies Signed-off-by: Vincent Biret --- .github/policies/msgraph-sdk-python-core-branch-protection.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/policies/msgraph-sdk-python-core-branch-protection.yml b/.github/policies/msgraph-sdk-python-core-branch-protection.yml index 35be14b3..43f80a42 100644 --- a/.github/policies/msgraph-sdk-python-core-branch-protection.yml +++ b/.github/policies/msgraph-sdk-python-core-branch-protection.yml @@ -36,6 +36,7 @@ configuration: requiredStatusChecks: - CodeQL - check-build-matrix + - license/cla # Require branches to be up to date before merging. Requires requiredStatusChecks. boolean requiresStrictStatusChecks: true # Indicates whether there are restrictions on who can push. boolean. Should be set with whoCanPush. @@ -72,6 +73,7 @@ configuration: requiredStatusChecks: - CodeQL - check-build-matrix + - license/cla # Require branches to be up to date before merging. Requires requiredStatusChecks. boolean requiresStrictStatusChecks: true # Indicates whether there are restrictions on who can push. boolean. Should be set with whoCanPush.