ipfs / github-mgmt

10 stars 25 forks source link

Temp. grant admin to lidel to facilitate repo migration #202

Closed lidel closed 6 months ago

lidel commented 6 months ago

Summary

Why do you need this?

I want to finish https://github.com/ipfs-shipyard/service-worker-gateway/issues/80 but Cloudflare Pages introduced in https://github.com/ipfs-shipyard/service-worker-gateway/issues/244 do not support switching repos, so it is likely integration will break after a move.

If that happens, I need to recreate the project and grant permissions, and afaik only admin can do it, granting me temp. admin is the simplest way to finish migration.

What else do we need to know?

DRI: myself

Reviewer's Checklist

github-actions[bot] commented 6 months ago

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

Access Changes ``` User lidel: - will have the role in the organization change from member to admin ```
github-actions[bot] commented 6 months 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: ~ update in-place Terraform will perform the following actions: # github_membership.this["lidel"] will be updated in-place ~ resource "github_membership" "this" { id = "ipfs:lidel" ~ role = "member" -> "admin" # (2 unchanged attributes hidden) } Plan: 0 to add, 1 to change, 0 to destroy. ```