sfops - On Pull Request Comments
This workflow gets triggered on a comment created in an issue within the project repository.
The reusable workflow expands into multiple jobs and is responsible for the following actions
Extend a review sandbox: If you want to extend a review sandbox for more that the default duration of 24 hours, this workflow triggers the action responsible for extending based on the comment
sfops extend
issued in the PR commentsRenew a review sandbox: Fetch a new review sandbox to be associated with your PR, if a comment with
sfops renew
is createdDeploy a PR to test environment: If you have activated the branch deploy model, you will be able to deploy the PR to a test environment before merging. when a comment with
sfops test
is created
Last updated