Currently, it seems only `stale.yml` is supported. https://github.com/probot/stale/blob/10840ea9365cf3e7970d82144d28722dc4aec747/index.js#L54 However, since the `.yaml` extension is officially recommended, it would be nice if `.yaml` can also be supported. https://yaml.org/faq.html says: > Is there an official extension for YAML files? Please use ".yaml" when possible.
Currently, it seems only
stale.ymlis supported.stale/index.js
Line 54 in 10840ea
However, since the
.yamlextension is officially recommended, it would be nice if.yamlcan also be supported.https://yaml.org/faq.html says: