massalabs / website-status

MIT License
2 stars 2 forks source link

Protect master branch #6

Open thomas-senechal opened 2 years ago

thomas-senechal commented 2 years ago

For now, master branch isn't protected to allow the upptime bot to push on master.

It would be better to have master branch protected to avoid any deletion of that branch, and ensure that reviews are done before merging something in master. But just protecting the branch disallow the upptime bot to push on master and so, update the README file and website.

To do that, we should check if some people already had this issue and how they fixed it.

qdrn commented 1 year ago

I think you can allow the bot to push on master. It should be somehow similar to bors. Let me know if you want me to have a look!