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