Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit c80a095

Browse files
authored
Fix branch protection status check (#8)
1 parent 8b1b192 commit c80a095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/policies/msgraph-cli-branch-protection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ configuration:
3636
# 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
3737
requiredStatusChecks:
3838
- license/cla
39-
- Microsoft Graph CLI - Release
39+
- Microsoft Graph CLI Beta - Release
4040
# Require branches to be up to date before merging. Requires requiredStatusChecks. boolean
4141
requiresStrictStatusChecks: false
4242
# Indicates whether there are restrictions on who can push. boolean. Should be set with whoCanPush.

0 commit comments

Comments
 (0)