Skip to content

Commit 1b43a4a

Browse files
authored
ci: Limit scopes with semantic (#773)
This should enfore a standardized commit message without a scope. The repository isn't complex enough to require scopes yet, so we can punt this down the road!
1 parent e759b4a commit 1b43a4a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/semantic.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
# https://www.notion.so/coderhq/Conventional-commits-1d51287f58b64026bb29393f277734ed
88
###############################################################################
99

10+
# We have no valid scopes right now.
11+
# A scope should be added when commits aren't aligning with associated change anymore.
12+
scopes:
13+
1014
# We only check that the PR title is semantic. The PR title is automatically
1115
# applied to the "Squash & Merge" flow as the suggested commit message, so this
1216
# should suffice unless someone drastically alters the message in that flow.

0 commit comments

Comments
 (0)