project-system icon indicating copy to clipboard operation
project-system copied to clipboard

Activate test insertions via comment on GitHub PRs

Open dmonroym opened this issue 6 years ago • 2 comments

Relates to AB#952799

dmonroym avatar Aug 08 '19 21:08 dmonroym

Easy local PR Validation (I should be able to do a test insertion from github by leaving a comment) In the same manner it should be possible to tag the PR with something along the lines of /noship in order to not create a signed build/insertion PR

Get a build of Visual Studio for your unmerged PR (Web view)

dmonroym avatar Jan 07 '20 22:01 dmonroym

Consider investigating this as part of: https://github.com/dotnet/project-system/issues/7911

MiYanni avatar Jul 27 '22 21:07 MiYanni

This is an interesting idea that is still worth considering.

tmeschter avatar Sep 22 '22 23:09 tmeschter

@tmeschter There is actually a mechanism that exists in Azure DevOps for this and only works on GitHub repositories (just our luck!): https://learn.microsoft.com/en-us/azure/devops/pipelines/repos/github?view=azure-devops&tabs=yaml#comment-triggers Basically, it is that /azp run comment except you specify the pipeline name. I've used this mechanism before to run pipelines, but we'd have to make a pipeline specifically to do this kind of thing for validation insertions.

MiYanni avatar Oct 04 '22 00:10 MiYanni