licensee/.github/settings.yml

32 lines
724 B
YAML
Raw Normal View History

2017-08-16 00:38:38 +08:00
# Repository settings set via https://github.com/probot/settings
2017-08-15 23:56:58 +08:00
repository:
has_issues: true
has_wiki: false
has_projects: false
has_downloads: false
labels:
2017-10-04 23:14:40 +08:00
- name: help wanted
oldname: help-wanted
color: 0e8a16
2017-08-15 23:56:58 +08:00
- name: more-information-needed
2017-08-16 00:53:26 +08:00
color: d93f0b
- name: bug
color: b60205
- name: feature
color: 1d76db
2017-10-04 23:14:40 +08:00
- name: good first issue
color: 5319e7
2017-08-15 23:56:58 +08:00
2017-08-16 00:38:38 +08:00
# Not currently implemented by probot/settings, but manually implemented in script/deploy
2017-08-15 23:56:58 +08:00
branch_protection:
2017-08-16 01:19:58 +08:00
restrictions: null
2017-08-15 23:56:58 +08:00
enforce_admins: false
required_status_checks:
strict: true
contexts:
2017-08-16 00:24:04 +08:00
- "continuous-integration/travis-ci"
2017-08-15 23:56:58 +08:00
required_pull_request_reviews:
require_code_owner_reviews: true