Skip to content

Commit

Permalink
Merge pull request #232 from microsoftgraph/baywet-patch-1
Browse files Browse the repository at this point in the history
- fixes check name
  • Loading branch information
baywet authored Oct 19, 2023
2 parents d2d9939 + e833970 commit 2e4aeba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ configuration:
requiresLinearHistory: false
# 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
requiredStatusChecks:
- validate
- Validate code accuracy
# Require branches to be up to date before merging. This should be false since the repo contains autogenerated files. boolean
requiresStrictStatusChecks: false
# Indicates whether there are restrictions on who can push. boolean. Should be set with whoCanPush.
Expand Down

0 comments on commit 2e4aeba

Please sign in to comment.