ipfs / github-mgmt

10 stars 25 forks source link

Add go collaborators to go-ipld-legacy #146

Closed willscott closed 1 year ago

willscott commented 1 year ago

hopefully fairly self-explanatory change

github-actions[bot] commented 1 year ago

Before merge, verify that all the following plans are correct. They will be applied as-is after the merge.

Terraform plans

ipfs ``` Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: + create Terraform will perform the following actions: # github_team_repository.this["go core team:go-ipld-legacy"] will be created + resource "github_team_repository" "this" { + etag = (known after apply) + id = (known after apply) + permission = "push" + repository = "go-ipld-legacy" + team_id = "1403959" } # github_team_repository.this["merge - go:go-ipld-legacy"] will be created + resource "github_team_repository" "this" { + etag = (known after apply) + id = (known after apply) + permission = "push" + repository = "go-ipld-legacy" + team_id = "3364102" } # github_team_repository.this["repos - go:go-ipld-legacy"] will be created + resource "github_team_repository" "this" { + etag = (known after apply) + id = (known after apply) + permission = "push" + repository = "go-ipld-legacy" + team_id = "3232508" } Plan: 3 to add, 0 to change, 0 to destroy. ```