probot / stale

A GitHub App built with Probot that closes abandoned Issues and Pull Requests after a period of inactivity.
https://probot.github.io/apps/stale/
ISC License
1.25k stars 212 forks source link

Is it possible to support `stale.yaml` in addition to `stale.yml`? #386

Open kenji-miyake opened 2 years ago

kenji-miyake commented 2 years ago

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.