-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathvoxpupuli.yml
147 lines (144 loc) · 3.02 KB
/
voxpupuli.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
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
---
# we removed the following modules from our modulesync_config / hide it because they are not
# Puppet modules but match the puppet- pattern
# The modules in the list are broken, unfinished or got migrated
# (yes, that really happens rom time to time)
# ToDo: extend this list with repos that are archived on github
# ToDo: Archive repos that we migrate away
legacy_or_broken_nobody_knows:
- puppet-bacula
- puppet-nagios_providers
- puppet-iis
- puppet-syntax
- puppet-blacksmith
- puppet-mode
# define some versions that we want to match against
puppet_support_range: '>= 5.5.8 < 7.0.0'
# Updates here probably also need an update here: config/locales/*.yml
support_ranges:
ubuntu:
- '16.04'
- '18.04'
- '20.04'
debian:
- 8
- 9
- 10
centos:
- 6
- 7
- 8
freebsd:
- 11
- 12
fedora:
- 29
- 30
- 31
# labels that we would like to have on all repositories
labels:
- name: backwards-incompatible
color: eb6420
aliases:
- backwards-incompatible
- breaking
- breaking-change
- name: beginner-friendly
color: d4c5f9
aliases:
- beginner
- beginner friendly
- name: bug
description: "Something isn't working"
color: 0e8a16
aliases:
- bug
- bugfix
- name: docs
description: "Improvements or additions to documentation"
color: 006b75
aliases:
- docs
- documentation
- name: duplicate
description: "This issue or pull request already exists"
color: cccccc
aliases:
- duplicate
- name: enhancement
description: "New feature or request"
color: 0052cc
aliases:
- enhancement
- feature
- name: modulesync
color: fbca04
aliases:
- msync
- name: needs-docs
color: 006b75
aliases:
- needs-docs
- name: needs-feedback
description: "Further information is requested"
color: 5319e7
aliases:
- feedback
- feedback-needed
- needs-feedback
- question
- name: needs-help
description: "Extra attention is needed"
color: d4c5f9
aliases:
- help
- help wanted
- needs-help
- help-wanted
- name: needs-rebase
color: 207de5
aliases:
- needs-rebase
- rebaseneeded
- rebase
- name: needs-squash
color: c2e0c6
aliases:
- needs-squash
- squash
- name: needs-tests
color: f7c6c7
aliases:
- needs-tests
- tests
- name: needs-work
description: "not ready to merge just yet"
color: fbca04
aliases:
- in progress
- needs-work
- name: tests-fail
color: e11d21
aliases:
- tests-fail
- name: wont-fix
description: "This will not be worked on"
color: '000000'
aliases:
- wontfix
- wont-fix
- won't-fix
- name: skip-changelog
color: 343e4c
aliases:
- changelog
- name: release-summary
color: bfdadc
aliases:
- release-summary
- name: "good first issue"
description: "Good for newcomers"
color: 7057ff
- name: invalid
description: "This doesn't seem right"
color: e4e669