microsoft / terraform-provider-azuredevops

Terraform Azure DevOps provider
https://www.terraform.io/docs/providers/azuredevops/
MIT License
380 stars 271 forks source link

Add `azuredevops_repository_pull_request` resource #983

Open juicybaba opened 7 months ago

juicybaba commented 7 months ago

Community Note

Description

New or Affected Resource(s)

Potential Terraform Configuration

resource "azuredevops_repository_pull_request" "example" {
    base_repository = "example-repository"
    base_ref        = "main"
    head_ref        = "feature-branch"
    title           = "My newest feature"
    body            = "This will change everything"
}

References

github pull request resource can be a good reference.

trentmillar commented 4 months ago

@xuzhang3 - I'd like to look into adding this new feature. After looking at pick an issue can you assign this to me in your backlog.

xuzhang3 commented 4 months ago

@trentmillar sure, this issue has been assigned to you and also in our backlog