chore: tighten upkeep boundaries and static checks
prd-number-check / require-numbered-prds (pull_request) Successful in 8s
test / integration-docker (pull_request) Successful in 12s
test / unit (pull_request) Successful in 49s
test / coverage (pull_request) Successful in 15s
tracker-policy-pr / check-pr (pull_request) Successful in 5s
test / integration-docker (push) Successful in 13s
test / unit (push) Successful in 48s
lint / lint (push) Successful in 56s
Update Quality Badges / update-badges (push) Successful in 50s
test / coverage (push) Successful in 13s

This commit was merged in pull request #491.
This commit is contained in:
2026-07-26 06:42:03 +00:00
parent 22dde95561
commit 7488110e71
7 changed files with 32 additions and 14 deletions
+6 -1
View File
@@ -11,7 +11,12 @@ import subprocess
from typing import Iterator
from ...log import die, info
from ...util import slugify
from ...util import slugify as _slugify
def slugify(name: str) -> str:
"""Compatibility wrapper; new generic callers import ``bot_bottle.util``."""
return _slugify(name)
def run_docker(