Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit ee449f5

Browse files
committed
Add Probot Settings configuration file
See https://probot.github.io/apps/settings/.
1 parent c4a4176 commit ee449f5

File tree

1 file changed

+80
-0
lines changed

1 file changed

+80
-0
lines changed

.github/settings.yml

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
# See https://github.com/probot/settings for more information.
2+
3+
repository:
4+
name: python4yahdlc
5+
description: Python binding of the yahdlc library
6+
homepage: https://pypi.python.org/pypi/python4yahdlc
7+
topics: python, python3, python-bindings, hdlc, network, yahdlc
8+
private: false
9+
has_issues: true
10+
has_projects: true
11+
has_wiki: false
12+
has_downloads: true
13+
default_branch: develop
14+
allow_squash_merge: true
15+
allow_merge_commit: true
16+
allow_rebase_merge: true
17+
18+
labels:
19+
- name: feature
20+
oldname: enhancement
21+
description: New feature
22+
color: 84b6eb
23+
- name: optimisation
24+
description: Optimisation
25+
color: 84b6eb
26+
27+
- name: bug
28+
description: New bug
29+
color: ee0701
30+
- name: regression
31+
description: Software regression
32+
color: ee0701
33+
- name: security
34+
description: Security issue
35+
color: ee0701
36+
37+
- name: duplicate
38+
description: Duplicate issue
39+
color: cccccc
40+
- name: invalid
41+
description: Invalid issue
42+
color: cccccc
43+
- name: on hold
44+
description: On hold (waiting for an answer, action required...)
45+
color: cccccc
46+
- name: won't fix
47+
description: The issue won't be fixed
48+
color: cccccc
49+
50+
- name: help wanted
51+
description: Help wanted
52+
color: 33aa3f
53+
- name: question
54+
description: Question
55+
color: 33aa3f
56+
57+
- name: documentation
58+
description: Documentation-related issue
59+
color: 2d2de2
60+
61+
- name: good first issue
62+
description: Good first issue
63+
color: 7057ff
64+
65+
branches:
66+
- name: master
67+
protection:
68+
required_pull_request_reviews:
69+
required_status_checks:
70+
strict: false
71+
contexts:
72+
- continuous-integration/travis-ci
73+
enforce_admins: true
74+
restrictions:
75+
- name: develop
76+
protection:
77+
required_pull_request_reviews:
78+
required_status_checks:
79+
enforce_admins: false
80+
restrictions:

0 commit comments

Comments
 (0)