-
Notifications
You must be signed in to change notification settings - Fork 227
Feature/assign sync p rs #1091
New issue
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
Feature/assign sync p rs #1091
Conversation
|
The following pipelines have been queued for testing: |
38b2e1d to
5732a7e
Compare
|
The following pipelines have been queued for testing: |
5732a7e to
c772993
Compare
|
The following pipelines have been queued for testing: |
c772993 to
ddd43f5
Compare
ddd43f5 to
f463bee
Compare
|
The following pipelines have been queued for testing: |
|
LGTM |
|
/azp run azure-sdk-tools - sync - eng-common |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
The following pipelines have been queued for testing: |
f86604d to
6897609
Compare
|
The following pipelines have been queued for testing: |
6897609 to
f81a535
Compare
|
The following pipelines have been queued for testing: |
| @@ -1,3 +1,7 @@ | |||
| if ((Get-ChildItem -Path Function: | ? { $_.Name -eq "LogWarning" }).Count -eq 0) { | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What prompted this? Are there any normal cases were we would hit this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I gues I can just import it again. This is just for the case where someone is using the script directly and not through common.ps1.
f81a535 to
5a51780
Compare
|
The following pipelines have been queued for testing: |
c2a4eb8 to
ea85f66
Compare
|
The following pipelines have been queued for testing: |
|
/check-enforcer override |
* Refactpr Submit Pull Request Script * Refactor logic for interacting with Pull Requests * Rework API Lib * Remove auto-merge label from sync PRs
Get creator of Tools PR
Add the Tools PR creator alias as a reviewer and assignee.
Move logic for adding members (labels, reviewers and assignees) into the eng\common\scripts\Submit-PullRequest.ps1 script.
Replaces #1043