[SETTINGS]

# GitHub username
username=

# GitHub password or personal access token
password=

# GitHub account type: user, organization. Default: user
account-type=user

# Name of your organization
organization=

# GitHub repository type: all, owner, public, private, member. Default: owner
repo-type=owner


[ALL]

# require .gitignore file
gitignore=warn

# require CONTRIBUTING file
contributing=off

# require .editorconfig file
editorconfig=warn

# require .ghlintrc file in
ghlintrc=off

# require default branch protection
protection=warn

# disallow old pull request
old-pull=warn
old-pull-max-age=7

# disallow branch without pull request
loose-branch=warn


[PRIVATE]

# overwrite rules here for private repositories only
