Open erquhart opened 4 years ago
It would be helpful if branch switching could be introduced agnostic of the editorial workflow given that EW is exclusive to GitHub. I outlined a use-cases in #2964
@joshdcomp we're working on adding editorial workflow support for GitLab and Bitbucket now 👍
Just found this issue, this would be a huge feature! But also a huge workload :D Let's keep this in the backlog...
tl;dr
The editorial workflow should display any PR that changes a file that CMS is configured to edit, even if there are multiple such files and/or files that the CMS is not configured to edit.
Context
This issue coincides with #1669 (probably a prerequisite) and provides groundwork for #192 and #1025.
Also satisfies #2236.
Problem
The editorial workflow can only surface pull requests created by the CMS, and only deals reliably with pull requests that consist entirely of CMS created commits. This is not great for:
Solution
Pull in any pull request and infer all necessary info, Eg. which collection an entry belongs to. Make the workflow trivial to opt in/out of per pull request.
Proposed changes
Out of scope