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