ipfs / github-mgmt

10 stars 25 forks source link

Tmp admin for lidel #206

Closed lidel closed 6 months ago

lidel commented 6 months ago

Summary

Elevates @lidel to admin

Why do you need this?

We want to do a test-run of https://codeclimate.com and enable it in selected reporitories, and only admin seems to be able to approve integration.

cc @cewood @SgtPooki

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. ```