Skip to content

Commit 27fad23

Browse files
authored
chore: add branch protection (#767)
1 parent 9c50aa6 commit 27fad23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
"[typescript]": {
1616
"editor.defaultFormatter": "esbenp.prettier-vscode"
1717
},
18-
"conventionalCommits.scopes": ["api"]
18+
"conventionalCommits.scopes": ["api"],
19+
"git.branchProtection": ["main"]
1920
}

0 commit comments

Comments
 (0)