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:
+ create
Terraform will perform the following actions:
# github_repository_collaborator.this["go-graphsync:rvagg"] will be created
+ resource "github_repository_collaborator" "this" {
+ id = (known after apply)
+ invitation_id = (known after apply)
+ permission = "admin"
+ permission_diff_suppression = false
+ repository = "go-graphsync"
+ username = "rvagg"
}
Plan: 1 to add, 0 to change, 0 to destroy.
```
Summary
Add rvagg to go-graphsync as admin
Why do you need this?
Because there's so few people watching this repo, or able to grok changes, that getting reviews to merge things is difficult.
What else do we need to know?
DRI: myself
Reviewer's Checklist