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
[x] It is clear where the request is coming from (if unsure, ask)
[x] All the automated checks passed
[x] The YAML changes reflect the summary of the request
[x] The Terraform plan posted as a comment reflects the summary of the request
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.
```
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