blob: 45a764f6ae4605dfc22d0bdded9bbe0b24a9a602 [file] [log] [blame]
#
# Configure github
#
github:
# Main features
features:
# Enable wiki for documentation
wiki: true
# Enable issue management
issues: true
# Enable projects for project management boards
projects: true
# Buttons
enabled_merge_buttons:
# Disable squash button:
squash: false
# enable merge button:
merge: true
# disable rebase button:
rebase: false
# Enable pages publishing
ghp_branch: gh-pages
ghp_path: /docs
# Testing basic protection of multiple branches,
# this needs to be tested on the master branch.
#
protected_branches:
# Test 1
#
tristan/test-protected-branch-1:
required_status_checks:
# strict means "Require branches to be up to date before merging".
strict: true
# Test 2
#
tristan/test-protected-branch-2:
required_status_checks:
# strict means "Require branches to be up to date before merging".
strict: true