You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add TF var and conventional commit workflows
Add a workflow that checks that the GitHub workflow Terraform variables
definied as TF_VAR prefixed environment variables have a matching
`variable` definition in the codebase. This will help prevent accidental
misconfigurations between the workflows and Terraform code.
Add a workflow that makes sure all commits follow the conventional
commit style. This will help ensure that the Release Please changelog
contains all PRs.
0 commit comments