feat: Support configuration files in .github folder#355
Conversation
✅ Deploy Preview for commit-check ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Co-authored-by: shenxianpeng <[email protected]>
Co-authored-by: shenxianpeng <[email protected]>
Co-authored-by: shenxianpeng <[email protected]>
Merging this PR will degrade performance by 25.27%
Performance Changes
Comparing Footnotes
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the
Comment |
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #355 +/- ##
==========================================
+ Coverage 93.22% 93.51% +0.28%
==========================================
Files 8 8
Lines 694 694
==========================================
+ Hits 647 649 +2
+ Misses 47 45 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|

Config files (
cchk.toml,commit-check.toml) now supported in.githubfolder, following GitHub conventions used by Dependabot and Renovate.Changes
Configuration search order:
cchk.toml(root)commit-check.toml(root).github/cchk.toml.github/commit-check.tomlImplementation:
DEFAULT_CONFIG_PATHSinconfig.py_find_config_file()inutil.pyto search.githubdirectoryExample:
Fully backward compatible - root configs maintain priority.
Original prompt
.github? #307💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.