We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'd like a function to add required (or optional) reviewers that we could call from a PR-validation build.
We ought to be able to just set rules for folders, but sometimes have complicated evaluation of the change and want to do it dynamically.
It's this endpoint, in Azure DevOps:
"https://dev.azure.com/$(Org)/$($Project)/_apis/git/repositories/$($repositoryId)/pullRequests/$($PullRequestId)/reviewers/$($reviewerId)?api-version=7.1-preview.1"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'd like a function to add required (or optional) reviewers that we could call from a PR-validation build.
We ought to be able to just set rules for folders, but sometimes have complicated evaluation of the change and want to do it dynamically.
It's this endpoint, in Azure DevOps:
"https://dev.azure.com/$(Org)/$($Project)/_apis/git/repositories/$($repositoryId)/pullRequests/$($PullRequestId)/reviewers/$($reviewerId)?api-version=7.1-preview.1"
The text was updated successfully, but these errors were encountered: