ipfs / github-mgmt

10 stars 25 forks source link

Update ipfs.yml #117

Closed 2color closed 1 year ago

2color commented 1 year ago

Summary

Grant myself and @TheDiscordian write access to the following repos:

Why do you need this?

We're conducting a winter sweep and updating outdated information in some of these older repos.

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

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["ipfs:2color"] will be created + resource "github_repository_collaborator" "this" { + id = (known after apply) + invitation_id = (known after apply) + permission = "push" + permission_diff_suppression = false + repository = "ipfs" + username = "2color" } # github_repository_collaborator.this["ipfs:thediscordian"] will be created + resource "github_repository_collaborator" "this" { + id = (known after apply) + invitation_id = (known after apply) + permission = "push" + permission_diff_suppression = false + repository = "ipfs" + username = "TheDiscordian" } # github_repository_collaborator.this["papers:2color"] will be created + resource "github_repository_collaborator" "this" { + id = (known after apply) + invitation_id = (known after apply) + permission = "push" + permission_diff_suppression = false + repository = "papers" + username = "2color" } # github_repository_collaborator.this["roadmap:2color"] will be created + resource "github_repository_collaborator" "this" { + id = (known after apply) + invitation_id = (known after apply) + permission = "push" + permission_diff_suppression = false + repository = "roadmap" + username = "2color" } # github_team_membership.this["community:2color"] will be created + resource "github_team_membership" "this" { + etag = (known after apply) + id = (known after apply) + role = "maintainer" + team_id = "5082620" + username = "2color" } Plan: 5 to add, 0 to change, 0 to destroy. ```