Skip to content

Populate the Bifrost team - #21

Merged
galargh merged 2 commits into
masterfrom
bifrost
Jun 10, 2022
Merged

Populate the Bifrost team#21
galargh merged 2 commits into
masterfrom
bifrost

Conversation

@galargh

Copy link
Copy Markdown
Member

This PR adds @gmasgras, @mcamou and @thattommyhall to https://github.com/orgs/libp2p/teams/bifrost

Adding them didn't work before - #15 - because they were not members of the libp2p organization.

@github-actions

Copy link
Copy Markdown
Contributor

Before merge, verify that all the following plans are correct. They will be applied as-is after the merge.

Terraform plans

libp2p

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["gmasgras"] will be created
+ resource "github_membership" "this" {
+ etag = (known after apply)
+ id = (known after apply)
+ role = "member"
+ username = "gmasgras"
}
# github_membership.this["mcamou"] will be created
+ resource "github_membership" "this" {
+ etag = (known after apply)
+ id = (known after apply)
+ role = "member"
+ username = "mcamou"
}
# github_membership.this["thattommyhall"] will be created
+ resource "github_membership" "this" {
+ etag = (known after apply)
+ id = (known after apply)
+ role = "member"
+ username = "thattommyhall"
}
# github_team_membership.this["Bifrost → gmasgras"] will be created
+ resource "github_team_membership" "this" {
+ etag = (known after apply)
+ id = (known after apply)
+ role = "member"
+ team_id = "6201425"
+ username = "gmasgras"
}
# github_team_membership.this["Bifrost → mcamou"] will be created
+ resource "github_team_membership" "this" {
+ etag = (known after apply)
+ id = (known after apply)
+ role = "member"
+ team_id = "6201425"
+ username = "mcamou"
}
# github_team_membership.this["Bifrost → thattommyhall"] will be created
+ resource "github_team_membership" "this" {
+ etag = (known after apply)
+ id = (known after apply)
+ role = "member"
+ team_id = "6201425"
+ username = "thattommyhall"
}
Plan: 6 to add, 0 to change, 0 to destroy.
Changes to Outputs:
~ team_membership = [
# (64 unchanged elements hidden)
{
id = "6201424:iceseer"
index = "Alumni → iceseer"
},
+ {
+ id = "6201425:gmasgras"
+ index = "Bifrost → gmasgras"
},
{
id = "2562372:ipfsbot"
index = "ci → ipfsbot"
},
# (68 unchanged elements hidden)
]

@galargh

galargh commented Jun 10, 2022

Copy link
Copy Markdown
MemberAuthor

Adding them didn't work before - #15 - because they were not members of the libp2p organization.

It looks like it did issue the invitations though. So we just have to merge this to reflect it in the JSON configs.

@galargh
galargh merged commit 6bace76 into masterJun 10, 2022
github-actionsBot pushed a commit that referenced this pull request Sep 19, 2022
galargh added a commit that referenced this pull request Sep 19, 2022
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@galargh@mcamou