-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorganizer.yaml
109 lines (89 loc) · 1.95 KB
/
organizer.yaml
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
topics_for_assignment: true
teams:
TestTeam:
members:
- tedivm
OtherTestTeam:
members:
- tedivm
- AliLynne
repositories:
testing:
extends: default
teams_clean: true
teams:
TestTeam: push
issues:
auto_label:
- testing
branches:
master:
required_status_checks:
strict: true
contexts: []
enforce_admins: true
.github: testing
default:
teams_clean: true
teams:
TestTeam: push
issues:
auto_label:
- dev
project_autoassign:
organization: true
name: TestProject
column: To do
dependency_security:
alerts: true
automatic_fixes: true
merges:
allow_squash_merge: true
allow_merge_commit: true
allow_rebase_merge: true
features:
has_issues: true
has_wiki: false
has_projects: false
has_downloads: false
labels_clean: true
labels:
# Built in labels.
- name: bug
description: "Something isn't working"
color: d73a4a
- name: documentation
description: 'Improvements or additions to documentation'
color: 0075ca
- name: duplicate
description: 'This issue or pull request already exists'
color: cfd3d7
- name: good first issue
description: 'Good for newcomers'
color: 7057ff
- name: enhancement
description: 'New feature or request'
color: a2eeef
- name: help wanted
description: 'Extra attention is needed'
color: 008672
- name: invalid
description: "This doesn't seem right"
color: e4e669
- name: question
description: "Further information is requested"
color: d876e3
- name: wontfix
description: "This will not be worked on"
color: ffffff
# Useful labels
- name: security
color: db5cb3
- name: refactor
color: db5cb3
repos:
- test_rep
- name: stability
color: db5cb3
- name: needs discussion
color: 'e08155'