licensee/.github/settings.yml

34 lines
840 B
YAML
Raw Permalink Normal View History

2017-08-16 00:38:38 +08:00
# Repository settings set via https://github.com/probot/settings
2018-05-03 23:37:08 +08:00
# Note: Please Don't edit this file directly.
# Edit https://github.com/benbalter/shared-community-files instead.
2017-08-16 00:38:38 +08:00
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
2017-10-04 23:16:02 +08:00
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:
2019-01-11 01:01:51 +08:00
- "continuous-integration/travis-ci"
2017-08-15 23:56:58 +08:00
required_pull_request_reviews:
require_code_owner_reviews: true