🛠 Tooling: Have hydration run the setup script after completion #475
Labels
area: tooling
Managing the repository's maintenance
status: accepting prs
Please, send a pull request to resolve this!
type: feature
New enhancement or request
Bug Report Checklist
main
branch of the repository.Overview
Once a local repository is hydrated, there are still some setup tasks what will need to be done: setting up GitHub labels, repo settings, etc. Those things are generally run by the setup script. So it'd be useful for repositories to have that setup script run after hydration!
Let's do that: have
src/hydrate/hydrate
'shydrate
function call thesetup
method exported bysrc/setup/setup
upon completion.Additional Info
We'll want to have a
--skip-setup
flag added to hydration so end-to-end tests don't have to also run setup.This issue supercedes #451.
The text was updated successfully, but these errors were encountered: