We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0964f3 commit 620aa6eCopy full SHA for 620aa6e
terraform/production/repositories.tfvars
@@ -248,5 +248,22 @@ repositories = {
248
249
]
250
}
251
+ "django-prometheus" = {
252
+ description = "Export Django monitoring metrics for Prometheus.io"
253
+ allow_merge_commit = true
254
+ allow_rebase_merge = true
255
+ allow_squash_merge = true
256
+ allow_update_branch = true
257
+
258
+ has_discussions = false
259
+ has_wiki = false
260
+ admins = [
261
+ "asherf",
262
+ ]
263
+ committers = [
264
265
+ members = [
266
267
+ }
268
269
0 commit comments