We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Create a Configuration Pydantic model, which holds all of the values needed for a Gator "run". These fields include:
changeset
dry_run
github_domain
github_token_env_var
repositories
some-org/some-repo
This should be defined in a module gator.models
gator.models
The text was updated successfully, but these errors were encountered:
san81
No branches or pull requests
Description
Create a Configuration Pydantic model, which holds all of the values needed for a Gator "run". These fields include:
changeset
- a Changeset objectdry_run
A boolean indicating whether or not this is a dry rungithub_domain
github_token_env_var
the name of the environment variable where a Github token is storedrepositories
a list of repository slugs to process, of the formsome-org/some-repo
This should be defined in a module
gator.models
The text was updated successfully, but these errors were encountered: