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
First, thanks for building and maintaining this. I've been using this for a couple years, and it saved a lot of time.
Currently, Probot only looks for settings.yml. I'm wondering if it could also look for ``settings.yaml (.yaml`).
In my little CI/CD test repo, every other YAML file is `.yaml`.
It took me longer than I care to admit to figure out why settings weren't syncing.
New Feature
First, thanks for building and maintaining this. I've been using this for a couple years, and it saved a lot of time.
Currently, Probot only looks for
settings.yml
. I'm wondering if it could also look for ``settings.yaml(
.yaml`).In my little CI/CD test repo, every other YAML file is `.yaml`.
It took me longer than I care to admit to figure out why settings weren't syncing.
Per the official docs,
.yaml
is preferred. (Per wayback, it has been since 2006).Please describe the desired new functionality:
Probot Settings could use both.
.yaml
and.yml
are present, error out.I took a look at settings.js. I can submit a PR if desired.
The text was updated successfully, but these errors were encountered: