Skip to content

visualstuart/AzureDevOps-PowerShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AzureDevOps-PowerShell

Search-PullRequests.ps1

Searches all commit merges in all pull requests after the specified start date, in some or all repositories in the specified Azure DevOps organization and project.

.\Search-PullRequests.ps1
    -Organization SomeOrganization
    -Project SomeProject
    [-Repositories Repo1, Repo2]
    -Pattern rexExPattern
    -StartDate 2022-06-01

See the NOTE in Search-PullRequests.ps1 on setting an Azure DevOps personal access token (PAT) in an environment variable.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published