Skip to content

Commit

Permalink
Enhancement: Add support for checks key in required_status_checks
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Feb 3, 2022
1 parent 728c424 commit d8670fa
Show file tree
Hide file tree
Showing 3 changed files with 11,590 additions and 24 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,10 @@ branches:
required_status_checks:
# Required. Require branches to be up to date before merging.
strict: true
# Required. The list of status checks to require in order to merge into this branch
# Required. Deprecated. The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks instead of contexts for more fine-grained control.
contexts: []
# The list of status checks to require in order to merge into this branch
checks: []
# Required. Enforce all configured restrictions for administrators. Set to true to enforce required status checks for repository administrators. Set to null to disable.
enforce_admins: true
# Prevent merge commits from being pushed to matching branches
Expand Down
Loading

0 comments on commit d8670fa

Please sign in to comment.