From 8ef3ba86ac19ec7be265f201224c63a167a6c975 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 13 Mar 2026 12:11:17 +0100 Subject: [PATCH] anubis: let Copr servers/clients in Anubis is breaking the Pagure <-> Copr integration: https://github.com/fedora-copr/copr/issues/4204 --- roles/anubis/templates/policies.yaml.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/anubis/templates/policies.yaml.j2 b/roles/anubis/templates/policies.yaml.j2 index 5948d75372..40d1b6d410 100644 --- a/roles/anubis/templates/policies.yaml.j2 +++ b/roles/anubis/templates/policies.yaml.j2 @@ -36,6 +36,9 @@ bots: - name: allow packit user_agent_regex: packit.dev/packit action: ALLOW + - name: allow copr + user_agent_regex: copr-common/* + action: ALLOW - name: productmd user_agent_regex: productmd action: ALLOW