Badges: add skipped users, they're in the config now

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2025-02-17 13:58:33 +01:00
parent d3975febbe
commit 19c12af33d
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -67,6 +67,38 @@ distgit_hostname = "src{{ env_suffix }}.fedoraproject.org"
id_provider_hostname = "id{{ env_suffix }}.fedoraproject.org"
fasjson_base_url = "https://fasjson{{ env_suffix }}.fedoraproject.org"
# Users skipped when awarding badges
skip_users = [
"bodhi",
"oscar",
"apache",
"koji",
"bodhi",
"taskotron",
"pagure",
"packit",
"packit-stg",
"koschei",
"distrobuildsync-eln/jenkins-continuous-infra.apps.ci.centos.org",
"root",
"zodbot",
"bodhidev-bot",
"eclipse-bluechi-bot",
"githubbotargparsemanpage",
"imagebuilder-bot",
"knet-ci-bot",
"l10nbot",
"noobdevbot",
"notifs-bot",
"notifs-stg-bot",
"osbuild-automation-bot",
"releng-bot",
"sambabot",
"sourcegraph-bot",
"theforeman-bot",
"rhcontainerbot",
]
# Cache configuation
[consumer_config.cache]
backend = "dogpile.cache.redis"