Skip to content

Commit b16c94f

Browse files
chore: protect main branch with mandatory checks (#123)
1 parent 849dd54 commit b16c94f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.asf.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ github:
1010
issues: true
1111
projects: true
1212

13+
protected_branches:
14+
main:
15+
required_status_checks:
16+
contexts:
17+
- build
18+
- all-jobs-passed
19+
1320
collaborators:
1421
- kiranchavala
1522
- vishesh92

0 commit comments

Comments
 (0)