From f544f1ead99d4080395420148ef5c83cf1a6f03e Mon Sep 17 00:00:00 2001 From: "coopnorge-terraform-provider[bot]" <119422582+coopnorge-terraform-provider[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 15:03:52 +0000 Subject: [PATCH] Add repository configuration file --- .pallet/gitconfig.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .pallet/gitconfig.yaml diff --git a/.pallet/gitconfig.yaml b/.pallet/gitconfig.yaml new file mode 100644 index 0000000..dd72369 --- /dev/null +++ b/.pallet/gitconfig.yaml @@ -0,0 +1,18 @@ +apiVersion: github.coop.no/v1alpha1 +kind: RepositoryConfig +metadata: + name: github-workflow-techdocs +spec: + description: "No description provided" + + branches: + default: main + protection: + - id: main + pattern: main + requireSignedCommits: false + requiredStatusChecks: + checks: + - "build" + requiredPullRequestReviews: + requireCodeOwnerReviews: true \ No newline at end of file