-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Description
Create a Configuration Pydantic model, which holds all of the values needed for a Gator "run". These fields include:
changeset- a Changeset objectdry_runA boolean indicating whether or not this is a dry rungithub_domaingithub_token_env_varthe name of the environment variable where a Github token is storedrepositoriesa list of repository slugs to process, of the formsome-org/some-repo
This should be defined in a module gator.models
Reactions are currently unavailable