mirror of
https://github.com/coder/coder.git
synced 2025-07-18 14:17:22 +00:00
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!
This commit is contained in:
4
.github/semantic.yaml
vendored
4
.github/semantic.yaml
vendored
@ -7,6 +7,10 @@
|
|||||||
# https://www.notion.so/coderhq/Conventional-commits-1d51287f58b64026bb29393f277734ed
|
# https://www.notion.so/coderhq/Conventional-commits-1d51287f58b64026bb29393f277734ed
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
|
# We have no valid scopes right now.
|
||||||
|
# A scope should be added when commits aren't aligning with associated change anymore.
|
||||||
|
scopes:
|
||||||
|
|
||||||
# We only check that the PR title is semantic. The PR title is automatically
|
# We only check that the PR title is semantic. The PR title is automatically
|
||||||
# applied to the "Squash & Merge" flow as the suggested commit message, so this
|
# applied to the "Squash & Merge" flow as the suggested commit message, so this
|
||||||
# should suffice unless someone drastically alters the message in that flow.
|
# should suffice unless someone drastically alters the message in that flow.
|
||||||
|
Reference in New Issue
Block a user