Skip to content

Commit

Permalink
- adds the codeql check to the policy
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet committed Apr 16, 2024
1 parent a065515 commit a7c3a1f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ 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:
- CodeQL
- 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
requiresStrictStatusChecks: true
# Indicates whether there are restrictions on who can push. boolean. Should be set with whoCanPush.
restrictsPushes: false
# Restrict who can dismiss pull request reviews. boolean
Expand Down

0 comments on commit a7c3a1f

Please sign in to comment.