thunderbird / thunderbird-notifications

In-App notifications for Thunderbird
Mozilla Public License 2.0
0 stars 0 forks source link

create yaml->json pipeline #4

Closed malini closed 3 months ago

malini commented 3 months ago

we need to accept events as .yaml and convert it to json similar to https://github.com/thunderbird/thunderbird-notes/ and convert

https://github.com/thunderbird/thunderbird-notifications/issues/3 is filed for validation

malini commented 3 months ago

from Andrei: basically YAML file -> input to Python script -> output JSON.. People will pull request YAML files and GHA can run the script on them and make sure the output is happy before we merge.