From 47e6db27a420bda73e3c4a1a762aa1285e9ced25 Mon Sep 17 00:00:00 2001
From: Kristian Klausen <kristian@klausen.dk>
Date: Sun, 19 Mar 2023 18:54:35 +0100
Subject: [PATCH] Set a custom close message for archlinux/aur

It is experimental read-only mirror of the aur.git repository backing
the AUR, you aren't supposed to open PRs against it.

[1] https://gitlab.archlinux.org/archlinux/infrastructure/-/commit/68ec78715c683fac725427aa2b9af060e03c40ac
---
 close-messages.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/close-messages.json b/close-messages.json
index d66cba0..982dbbb 100644
--- a/close-messages.json
+++ b/close-messages.json
@@ -1,4 +1,5 @@
 {
+  "archlinux/aur": "This project is a experimental read-only mirror of the aur.git repository backing the AUR.",
   "archlinux/svntogit-packages": "This project is a read-only mirror.",
   "archlinux/svntogit-community": "This project is a read-only mirror.",
   "default": "This project is a read-only mirror of: ${upstream_url}, please submit your work there."
-- 
GitLab