File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ locals {
9898 }
9999
100100 xbps = {
101- description = " The X Binary Package System"
101+ description = " The X Binary Package System (XBPS) "
102102 homepage_url = " https://voidlinux.org/xbps/"
103103 teams = [
104104 " xbps-developers" ,
@@ -136,14 +136,23 @@ locals {
136136 }
137137
138138 repo-exporter = {
139- description = " Prometheus exporter for XBPS Repos"
139+ description = " Prometheus exporter for XBPS Repos"
140140 allow_merge_commit = false
141141 allow_squash_merge = false
142142 teams = [
143143 " void-ops" ,
144144 ]
145145 }
146146
147+ man-site = {
148+ description = " Components related to man.voidlinux.org"
149+ allow_merge_commit = false
150+ allow_squash_commit = false
151+ teams = [
152+ " pkg-committers" ,
153+ ]
154+ }
155+
147156 netbsd-wtf = {
148157 description = " NetBSD's wtf(6) adapted for Void Linux"
149158 teams = [
@@ -181,6 +190,7 @@ locals {
181190
182191 openbsd-man = {
183192 description = " The OpenBSD man(1) utility for Linux"
193+ has_issues = true
184194 archived = true
185195 teams = [
186196 " pkg-committers" ,
@@ -228,6 +238,7 @@ resource "github_repository" "void_linux_github_io" {
228238 name = " void-linux.github.io"
229239 description = " Void Linux website"
230240 homepage_url = " https://voidlinux.org"
241+ has_issues = true
231242 vulnerability_alerts = true
232243
233244 pages {
You can’t perform that action at this time.
0 commit comments