utoronto-2i2c / jupyterhub-deploy

Demo JupyterHub deployment for University of Toronto
BSD 3-Clause "New" or "Revised" License
3 stars 4 forks source link

Don't allow non-staging merges to prod #48

Closed yuvipanda closed 3 years ago

yuvipanda commented 3 years ago

Sometimes folks accidentally merge prod to staging, or PRs directly to prod. This protects against that.

Ref #45