forcedotcom / devops-center-roadmap

19 stars 0 forks source link

Feature Request: Work Item "Fast Lane" #86

Open matthewpomar-at-reddit opened 1 year ago

matthewpomar-at-reddit commented 1 year ago

There are some very minor changes that we would like to send directly through the pipeline to production without getting stuck in the bundling stage. These are things like adding an approver to an approval process, adding new fields, making page layout changes, etc. They will still be developed in a dev org and approved via PR and merged into the integration stage. However, once in the integration stage, it would be nice to have some way to move them into some kind of "fast" or "passing" lane, where they automatically get merged into all upper branches, including main, and deployed into all orgs, including production.

Obviously, this feature would need to be protected, so there would need to be some kind of control in place to limit this option to a team lead, manager, via permission set or similar. Also, during the fast lane promotion, it would be great to choose which orgs to run tests.

If not this feature, we would like to see some option to accomplish the same goal.

Thank you.