This fixes a bug where another app with the same name was matched by the cron. For example, if the pretix stack is called tickets_ironscout2026_de and there is another app with a name like traefik-tickets_domain_de the regex would match both and try to execute with the latter container (failing).
This fixes a bug where another app with the same name was matched by the cron. For example, if the pretix stack is called `tickets_ironscout2026_de` and there is another app with a name like `traefik-tickets_domain_de` the regex would match both and try to execute with the latter container (failing).
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This fixes a bug where another app with the same name was matched by the cron. For example, if the pretix stack is called
tickets_ironscout2026_deand there is another app with a name liketraefik-tickets_domain_dethe regex would match both and try to execute with the latter container (failing).Pull request closed