Introducing configuration presets! #828
lowlighter
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
With 3.19 (currently available on
@master
/@main
branch),config_presets
option will let you share configurations with other people and/or reuse same settings across different repositories and workflows through YAML presets.No need anymore to configure all 200+ options manually, almost any default value of options supported by metrics can be overriden through this feature.
Example: a simple preset that enable
📅 isocalendar
set it tofull-year
by defaultExample: using a preset in a workflow
For convenience, presets published on the
@presets
branch can be included using their identifier prefixed by an@
:If you have some interesting presets and/or themes you would like to share, feel free to open a pull request on
@presets
branch 👍 !This feature is based on @spenserblack's idea from #794
Beta Was this translation helpful? Give feedback.
All reactions