Skip to content

Commit 386b428

Browse files
fix: add conventional commit prefix to message
1 parent 4c2eefc commit 386b428

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

coverage_comment/storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"GIT_COMMITTER_NAME": GITHUB_ACTIONS_BOT_NAME,
2323
"GIT_COMMITTER_EMAIL": GITHUB_ACTIONS_BOT_EMAIL,
2424
}
25-
GIT_COMMIT_MESSAGE = "Update coverage data"
25+
GIT_COMMIT_MESSAGE = "ci: Update coverage data"
2626

2727

2828
@contextlib.contextmanager

0 commit comments

Comments
 (0)