We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65cd03c commit 54d14a0Copy full SHA for 54d14a0
1 file changed
.pallet/gitconfig.yaml
@@ -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