ipfs / github-mgmt

10 stars 25 forks source link

Grant daniel admin rights on the ipfs-blog #180

Closed 2color closed 1 year ago

2color commented 1 year ago

Summary

Why do you need this?

DRI: myself

Reviewer's Checklist

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: -/+ destroy and then create replacement Terraform will perform the following actions: # github_repository_collaborator.this["ipfs-blog:2color"] must be replaced -/+ resource "github_repository_collaborator" "this" { ~ id = "ipfs-blog:2color" -> (known after apply) + invitation_id = (known after apply) ~ permission = "push" -> "admin" # forces replacement + permission_diff_suppression = false # (2 unchanged attributes hidden) } Plan: 1 to add, 0 to change, 1 to destroy. ```