Exclude more repos

This commit is contained in:
decentral1se 2021-05-02 21:42:34 +02:00
parent b98d69b33e
commit 65e83ed885
Signed by untrusted user who does not match committer: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 3 additions and 1 deletions

View File

@ -30,12 +30,14 @@ REPOS_TO_SKIP = (
"backup-bot",
"coopcloud.tech",
"coturn",
"docker-cp-deploy",
"docker-dind-bats-kcov",
"docs.coopcloud.tech",
"example",
"organising",
"pyabra",
"radicle-seed-node",
"stack-ssh-deploy",
"swarm-cronjob",
)
log = getLogger(__name__)