-
-
Notifications
You must be signed in to change notification settings - Fork 16
Add branch protections for gh-pages branch #184
Copy link
Copy link
Closed
Labels
Description
Our GitHub Actions workflows should be compatible with gh-pages having branch protections. Specifically, we would like to continue automatically publishing to gh-pages as we currently do, but require an approved PR for any manual changes to gh-pages.
Definition of Done
- Whenever applies, any change unit tested, reviewed(approved) and documented(JSDOC at least)
- We have changelog entries for any related changes
- Any changed APIs have comprehensive inline documentation
- Any changed public APIs are well covered by unit tests
- If a planning/research ticket, then the plan has been reviewed and approved by at least 1 team members
Reactions are currently unavailable