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
Is the functionality available through the GitHub API?
No / N/A
New Feature
The README states that files with the .yaml file extension will be ignored. Yet both .yaml and .yml are valid. Therefore, I've got a couple of suggestions:
a. Either return an error when the .yaml file extension is in use, in order to notify users they should switch to .yml.
b. Support both file extensions. Could it be around here?
The text was updated successfully, but these errors were encountered:
+1 Lost some time today by accidentally creating a file with .yaml.
Strange part is .yaml is being picked up and visible in the debug-logging but not applied.
After changing it to .yml the config was applied
Prerequisites:
No / N/A
No / N/A
New Feature
The README states that files with the
.yaml
file extension will be ignored. Yet both.yaml
and.yml
are valid. Therefore, I've got a couple of suggestions:a. Either return an error when the
.yaml
file extension is in use, in order to notify users they should switch to.yml
.b. Support both file extensions. Could it be around here?
The text was updated successfully, but these errors were encountered: