multiformats / github-mgmt

1 stars 16 forks source link

Adding myself as admin #58

Closed darobin closed 1 year ago

darobin commented 1 year ago

Summary

I intend to do a fair bit of work in here, cleaning things up, so I reckon admin might be necessary/helpful. But if you think that that's too much power I'm fine with it too!

Why do you need this?

I'm cleaning up the website and the specs in various places so as to improve our standards posture with multiformats.

What else do we need to know?

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

multiformats ``` 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_membership.this["darobin"] will be created + resource "github_membership" "this" { + etag = (known after apply) + id = (known after apply) + role = "admin" + username = "darobin" } Plan: 1 to add, 0 to change, 0 to destroy. ```