chicoxyzzy / node-releases

Node.js releases data
MIT License
36 stars 11 forks source link

Implement automatic data updates #3

Closed chicoxyzzy closed 4 years ago

chicoxyzzy commented 6 years ago

Idea: implement bot which will create new PR for review based on information from CI daily cron job. Not sure if it's possible. We should check. Other ideas are welcome.

ai commented 6 years ago

We have a bot on Digital Ocean to auto-release caniuse-lite

ai commented 6 years ago

Digital Ocean can give you a free server for open source

chicoxyzzy commented 5 years ago

Ok, we have GitHub actions now. I'll try to find some time to set up automatic updates, though I still appreciate any help.

ad-m commented 5 years ago

We can use https://github.com/ad-m/github-push-action to push changes to repository.

We need wrote single step to update data and connect it together in single workflow file.