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