From 3235b25044a7108c8d156a6c7ea0b6e1ff513b93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Petersen?= Date: Sat, 21 Oct 2023 14:23:25 +0200 Subject: [PATCH] Update required status checks for rate_limiter --- repo_rate_limiter.tf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/repo_rate_limiter.tf b/repo_rate_limiter.tf index b70d38f..b5bfc87 100644 --- a/repo_rate_limiter.tf +++ b/repo_rate_limiter.tf @@ -4,11 +4,11 @@ module "rate_limiter_repo" { description = "Provides scaffolding for rate limited features" required_status_checks = [ "codecov/patch", - "test (3.10)", - "test (3.11)", - "test (3.12)", - "lint (3.10)", - "lint (3.11)", - "lint (3.12)", + "test (3.10) / test", + "test (3.11) / test", + "test (3.12) / test", + "lint (3.10) / lint", + "lint (3.11) / lint", + "lint (3.12) / lint", ] }