As part of implementing the ability to request changes we should implement a new /request_changes quick action. This should set the status for the user to requesting changes.
Availability and Testing
Add feature specs to spec/services/quick_actions/interpret_service_spec.rb for /request_changes. Exploratory testing of feature.
This page may contain information related to upcoming products, features and functionality.
It is important to note that the information presented is for informational purposes only, so please do not rely on the information for purchasing or planning purposes.
Just like with all projects, the items mentioned on the page are subject to change or delay, and the development, release, and timing of any products, features, or functionality remain at the sole discretion of GitLab Inc.
If you are unsure about the correct group, please do not leave the issue without a group label, and refer to
GitLab's shared responsibility functionality guidelines
for more information on how to triage this kind of issue.
@mnearents Would you be able to explain how you see this quick action working? Is it meant to be used like /submit_review request_changes or is it its own quick action?
So I think having a distinct action here for /request_changes aligns with our current setup. Although I do like the idea of tying those both up in the /submit_review <action> concept... maybe that's a future iteration?
@iamphill I think we stick to boring for now and just use /request_changes. Can you create a follow up issue for improving the /submit_review... by adding an <action>?