filecoin-project / github-mgmt

0 stars 6 forks source link

test: promote BigLep to org admin #42

Closed galargh closed 5 months ago

galargh commented 5 months ago

Testing access changes comments

github-actions[bot] commented 5 months ago

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

Terraform plans

filecoin-project ``` Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: ~ update in-place Terraform will perform the following actions: # github_membership.this["biglep"] will be updated in-place ~ resource "github_membership" "this" { id = "filecoin-project:BigLep" ~ role = "member" -> "admin" # (2 unchanged attributes hidden) } Plan: 0 to add, 1 to change, 0 to destroy. ```
github-actions[bot] commented 5 months ago

The following access changes will be introduced as a result of applying the plan:

Access Changes ``` User biglep: - will have the role in the organization change from member to admin ```