forcedotcom / devops-center-feedback

61 stars 2 forks source link

Validate on Pull request #234

Open sandeep1989 opened 1 year ago

sandeep1989 commented 1 year ago

Is your feature request related to a problem? Please describe. Validating the changes being submitted through a pull request will help identify any conflicts or test failures Describe the solution you'd like Run a validate on a PR and provide the feedback to the dev to review. And make the "ready to promote" be vailable only if validation succeeds. Additional context Current workaround is to use Github actions to run the validation on creation of a PR.

GilsonCanario commented 1 year ago

Hi @sandeep1989, thank you for your feature request. Could you help us understand what is your definition of "validating a PR"? Are you talking about Validate-Only deployment, static analysis or something else entirely?

sandeep1989 commented 1 year ago

Yes Validate Only deployment - to validate the changes being submitted by the dev and make sure the work item do not have any missing dependencies or test class failures before the Work item is ready to be reviewed.