Skip to content

Commit 54d14a0

Browse files
Add repository configuration file (#208)
Co-authored-by: coopnorge-terraform-provider[bot] <119422582+coopnorge-terraform-provider[bot]@users.noreply.github.com>
1 parent 65cd03c commit 54d14a0

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.pallet/gitconfig.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
apiVersion: github.coop.no/v1alpha1
2+
kind: RepositoryConfig
3+
metadata:
4+
name: github-workflow-techdocs
5+
spec:
6+
description: "No description provided"
7+
8+
branches:
9+
default: main
10+
protection:
11+
- id: main
12+
pattern: main
13+
requireSignedCommits: false
14+
requiredStatusChecks:
15+
checks:
16+
- "build"
17+
requiredPullRequestReviews:
18+
requireCodeOwnerReviews: true

0 commit comments

Comments
 (0)