chore: tighten upkeep boundaries and static checks
test / integration-macos (pull_request) Has been skipped
test / integration-docker (pull_request) Successful in 20s
tracker-policy-pr / check-pr (pull_request) Successful in 24s
test / unit (pull_request) Successful in 54s
test / integration-firecracker (pull_request) Successful in 3m59s
test / coverage (pull_request) Successful in 18s
test / publish-infra (pull_request) Has been skipped
lint / lint (push) Failing after 13m2s
test / integration-macos (pull_request) Has been skipped
test / integration-docker (pull_request) Successful in 20s
tracker-policy-pr / check-pr (pull_request) Successful in 24s
test / unit (pull_request) Successful in 54s
test / integration-firecracker (pull_request) Successful in 3m59s
test / coverage (pull_request) Successful in 18s
test / publish-infra (pull_request) Has been skipped
lint / lint (push) Failing after 13m2s
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user