holopin / integration-support

If you're having trouble setting up the Holopin GitHub Integration, create an Issue here.
3 stars 2 forks source link

Yaml file extension for Holopin bot on GitHub does not work #13

Open marcduiker opened 5 months ago

marcduiker commented 5 months ago

A contributor used this filename holopin.yaml instead of holopin.yml and this resulted in the Holopin bot not working and mentioning a configuration issue:

Seems like there's something wrong with your config. See [this page](https://docs.holopin.io/integrations/github#beta) for more information.

See https://github.com/dapr/website/pull/93.

Expected behavior The holopin bot should be able to work with both yaml and yml files, since both are valid. The yaml docs even mention that yaml should be preferred.