Currently we only look for .github/minty.yaml when looking for a v2 config.
|
func (cfg *Config) Validate() error { |
Generally we use .yml for yaml extensions in our GitHub workflows, so I would expect it to be supported. We should search repos for files with both extensions.
Currently we only look for
.github/minty.yamlwhen looking for a v2 config.github-token-minter/pkg/server/config.go
Line 81 in 6c5fb93
Generally we use
.ymlfor yaml extensions in our GitHub workflows, so I would expect it to be supported. We should search repos for files with both extensions.