From f4b3f9cd08ae8fac2b5fdaae8c264f9be928fd76 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sun, 21 Jun 2026 22:28:01 +1000 Subject: [PATCH] feat: add required checks to terraform-provider-artifactapi ensure the pre-commit, build and test ci tasks are performed in CI --- .../unkin/repository/terraform-provider-artifactapi.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/git.unkin.net/unkin/repository/terraform-provider-artifactapi.yaml b/config/git.unkin.net/unkin/repository/terraform-provider-artifactapi.yaml index 4abebb2..759bcd9 100644 --- a/config/git.unkin.net/unkin/repository/terraform-provider-artifactapi.yaml +++ b/config/git.unkin.net/unkin/repository/terraform-provider-artifactapi.yaml @@ -4,5 +4,9 @@ default_delete_branch_after_merge: false branch_protection: - rule_name: "main" enable_push: false + status_check_contexts: + - "ci/woodpecker/pr/pre-commit" + - "ci/woodpecker/pr/build" + - "ci/woodpecker/pr/test" approval_whitelist_teams: - "Owners"