multiformats / github-mgmt

1 stars 15 forks source link

add daniel #84

Closed 2color closed 7 months ago

2color commented 9 months ago

Summary

Add daniel to org and to the JS repos

DRI: myself

Reviewer's Checklist

github-actions[bot] commented 9 months 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_membership.this["2color"] will be created + resource "github_membership" "this" { + etag = (known after apply) + id = (known after apply) + role = "member" + username = "2color" } # github_team_membership.this["javascript team:2color"] will be created + resource "github_team_membership" "this" { + etag = (known after apply) + id = (known after apply) + role = "member" + team_id = "2123131" + username = "2color" } Plan: 2 to add, 0 to change, 0 to destroy. ```