-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bundle editorial workflow changes into one review branch #1025
Comments
I'd love to see this, we've actually discussed it a lot in the past. It's common to have multiple pieces of content that all need to be reviewed and published as a group, agreed. Maintaining a list of available content groups (branches underneath) and allowing them to be assembled in the UI makes a ton of sense - I think the biggest challenge will be how we express it in the UI. The current column approach may not be best, definitely worth discussing. cc/ @neutyp @ziburski |
I had a thought that the current three column approach could be refined like so: In Review
Ready
I realize this would have side effects like not being able to update the status for an individual change, but I think it’s worth the sacrifice for this greater flexibility. |
A few other issues that are closely connected to this: |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hello, I am "upvoting" for the feature "Publish all changes" on editorial workflow. I've open a topic on the Netlify Community with this question/solution for the button. You can take a look at: https://community.netlify.com/t/publish-all-changes-button-on-editorial-workflow-avoid-multiple-deploys/9958 |
Wauw almost three years ago this feature request was openend and still nothing really? My client is so happy :( |
If this is too hard to implement, maybe offer us a config option (another value for publish_mode maybe?) that uses editorial_workflow, but re-uses the same branch, draft, for all draft edits. And it would also have to use branches for in review and ready, instead of labels. |
Any update? I just started using this, but am wondering if I can just disable automatic deployments and deploy each change one by one to not avoid repetitive failed builds? |
What's the state of this issue? It's definitely a very desired feature in our team. |
Any news yet? I really think this is a must. |
This is critical. If anyone is planning to make progress on this, let's collaborate. |
I feel like this would improve the cms experience greatly. 👍 for optimizing the process to save time and money |
Upvote for this feature. Would save on build time so much. |
- Do you want to request a feature or report a bug?
Feature request
- What is the current behavior?
Currently every page updated or created within an editorial workflow setup gets applied as a separate pull request. The current workflow when hosting with Netlify is:
- What is the expected behavior?
It would be great to have a way within the CMS to combine changes so that they can be reviewed together in context before going live. A new workflow could be:
It would be good to maintain a list of branches created this way in the editorial page UI so that any further changes can be remerged into the same branch, or have the branch eventually merged with master and then delete the branch as well as close all related pull requests.
The text was updated successfully, but these errors were encountered: