-
Notifications
You must be signed in to change notification settings - Fork 67
/
settings.yml
59 lines (53 loc) · 1.59 KB
/
settings.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# These settings are synced to GitHub by https://probot.github.io/apps/settings/
repository:
description: "Panic messages for humans."
homepage: "https://docs.rs/human-panic"
topics: "rust cli panic-hook"
has_issues: true
has_projects: false
has_wiki: false
has_downloads: true
default_branch: master
# Preference: people do clean commits
allow_merge_commit: true
# Backup in case we need to clean up commits
allow_squash_merge: true
# Not really needed
allow_rebase_merge: false
allow_auto_merge: true
delete_branch_on_merge: true
squash_merge_commit_title: "PR_TITLE"
squash_merge_commit_message: "PR_BODY"
merge_commit_message: "PR_BODY"
labels:
# Type
- name: bug
color: '#b60205'
description: "Not as expected"
- name: enhancement
color: '#1d76db'
description: "Improve the expected"
# Flavor
- name: question
color: "#cc317c"
description: "Uncertainty is involved"
- name: breaking-change
color: "#e99695"
- name: good first issue
color: '#c2e0c6'
description: "Help wanted!"
# This serves more as documentation.
# Branch protection API was replaced by rulesets but settings isn't updated.
# See https://github.com/repository-settings/app/issues/825
#
# branches:
# - name: master
# protection:
# required_pull_request_reviews: null
# required_conversation_resolution: true
# required_status_checks:
# # Required. Require branches to be up to date before merging.
# strict: false
# contexts: ["CI", "Spell Check with Typos"]
# enforce_admins: false
# restrictions: null