cncf / clomonitor

CLOMonitor is a tool that periodically checks open source projects repositories to verify they meet certain project health best practices
https://clomonitor.io
Apache License 2.0
106 stars 66 forks source link

Add Support For .yaml #1405

Open Jdubrick opened 5 months ago

Jdubrick commented 5 months ago

Hello,

In our repositories we currently are including the .clomonitor.yml file, however, some of our repositories are restricted to naming conventions and as such we must have .yaml for the file instead of .yml. It appears that on the monitor those repos that are using .clomonitor.yaml are not being properly read and as such their score is not properly reflected.

Is there any way to add support for both .clomonitor.yml and .clomonitor.yaml to both be accepted?

tegioz commented 5 months ago

Hi @Jdubrick 👋

Sure, we can do that 🙂