-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
change config file format to use plugins.static_hosting.task_id instead of tasks.task_id.static_hosting #86
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool. Looks like the new config also simplified the code a little bit.
Of course. Also |
I'm not planning on separating out the partial config merge key into something separate than the current aggregation method which depends on task id, so this implicitly adds a "stoat_job_runtime" dependency.
Job stats tracking is enabled by default at the action level unless
plugins.job_runtime.tracking = false
. Job stats view rendering requires enabling by settingplugins.job_runtime.enabled = true
. The CLI now adds this by default.