project-system
project-system copied to clipboard
Activate test insertions via comment on GitHub PRs
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)
Consider investigating this as part of: https://github.com/dotnet/project-system/issues/7911
This is an interesting idea that is still worth considering.
@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.