Skip to content

Commit c336dd6

Browse files
Add repository configuration file
1 parent 86c323f commit c336dd6

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.pallet/gitconfig.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,18 @@ metadata:
44
name: github-workflow-techdocs
55
spec:
66
description: "No description provided"
7+
visibility: "public"
8+
79

810
branches:
9-
default: main
11+
default: "main"
1012
protection:
11-
- id: main
12-
pattern: main
13+
- id: "main"
14+
pattern: "main"
1315
requireSignedCommits: false
1416
requiredStatusChecks:
1517
checks:
1618
- "build"
1719
requiredPullRequestReviews:
18-
requireCodeOwnerReviews: true
20+
requireCodeOwnerReviews: true
21+

0 commit comments

Comments
 (0)