multiformats / github-mgmt

1 stars 15 forks source link

chore: add chainsafe libp2p maintainers in Javascript Team #59

Closed mpetrunic closed 1 year ago

mpetrunic commented 1 year ago

Summary

Seems like in https://github.com/multiformats/github-mgmt/pull/29 we forgot to add ourselves to Javascript Team.

Why do you need this?

So we can maintain js-multiaddr and other js related repositories

What else do we need to know?

DRI: myself

Reviewer's Checklist

mpetrunic commented 1 year ago

cc @BigLep @achingbrain

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_team_membership.this["javascript team:mpetrunic"] will be created + resource "github_team_membership" "this" { + etag = (known after apply) + id = (known after apply) + role = "member" + team_id = "2123131" + username = "mpetrunic" } # github_team_membership.this["javascript team:wemeetagain"] will be created + resource "github_team_membership" "this" { + etag = (known after apply) + id = (known after apply) + role = "member" + team_id = "2123131" + username = "wemeetagain" } Plan: 2 to add, 0 to change, 0 to destroy. ```