You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PRs could be made against a draft branch. A mostly automated curation process could accept PRs into this branch, where they can be later curated by the admin team and merged into the release branch later.
Or new edits could be PRs against a draft repo. The repo could have it's own GitHub Pages site so they could be previewed and assessed in a more mature form (i.e., in images and other converted forms). The curation admin team would then copy/move them to the official repo for release.
The text was updated successfully, but these errors were encountered:
AlexanderPico
changed the title
Explore use of multiple branches and repos
Demo how Forks and PRs are going to work
Nov 18, 2021
When a PR is made, maintainers of the parent repo (us) automatically have write access to the forked repo while the PR is active (it's a checkbox option; checked by default). When canceled or merged, then the access is revoked.
While a PR is active, all subsequent commits to that forked repo are automatically added to the PR.
In order to avoid complicated PRs including commits across multiple pathways, we want to either:
Immediately check, process and merge PRs, or
Create a new branch for every commit on the forked repo, or
Explore "branchless" ways of combining and managing commits and PRs (Anders)
PRs could be made against a
draft
branch. A mostly automated curation process could accept PRs into this branch, where they can be later curated by the admin team and merged into therelease
branch later.Or new edits could be PRs against a
draft
repo. The repo could have it's own GitHub Pages site so they could be previewed and assessed in a more mature form (i.e., in images and other converted forms). The curation admin team would then copy/move them to the official repo for release.The text was updated successfully, but these errors were encountered: