Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore: add ipfs-gui team #45

Merged
merged 4 commits into from
Jan 19, 2023
Merged

chore: add ipfs-gui team #45

merged 4 commits into from
Jan 19, 2023

Conversation

SgtPooki
Copy link
Contributor

@SgtPooki SgtPooki commented Jan 18, 2023

Summary

Adding ipfs-gui team in the ipld org.

See discussion at ipld/explore.ipld.io#95

Why do you need this?

ipfs-gui (IPFS Ignite team) maintains ipld/explore.ipld.io

What else do we need to know?

N/A

DRI: myself

Reviewer's Checklist

  • It is clear where the request is coming from (if unsure, ask)
  • All the automated checks passed
  • The YAML changes reflect the summary of the request
  • The Terraform plan posted as a comment reflects the summary of the request

@github-actions
Copy link
Contributor

github-actions bot commented Jan 18, 2023

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

Terraform plans

ipld

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["djmcquillan"] will be created
  + resource "github_membership" "this" {
      + etag     = (known after apply)
      + id       = (known after apply)
      + role     = "member"
      + username = "djmcquillan"
    }

  # github_membership.this["juliaxbow"] will be created
  + resource "github_membership" "this" {
      + etag     = (known after apply)
      + id       = (known after apply)
      + role     = "member"
      + username = "juliaxbow"
    }

  # github_membership.this["sgtpooki"] will be created
  + resource "github_membership" "this" {
      + etag     = (known after apply)
      + id       = (known after apply)
      + role     = "member"
      + username = "sgtpooki"
    }

  # github_membership.this["tinytb"] will be created
  + resource "github_membership" "this" {
      + etag     = (known after apply)
      + id       = (known after apply)
      + role     = "member"
      + username = "tinytb"
    }

  # github_membership.this["whizzzkid"] will be created
  + resource "github_membership" "this" {
      + etag     = (known after apply)
      + id       = (known after apply)
      + role     = "member"
      + username = "whizzzkid"
    }

  # github_team.this["ipfs-gui"] will be created
  + resource "github_team" "this" {
      + create_default_maintainer = false
      + etag                      = (known after apply)
      + id                        = (known after apply)
      + members_count             = (known after apply)
      + name                      = "ipfs-gui"
      + node_id                   = (known after apply)
      + privacy                   = "closed"
      + slug                      = (known after apply)
    }

  # github_team_membership.this["ipfs-gui:djmcquillan"] will be created
  + resource "github_team_membership" "this" {
      + etag     = (known after apply)
      + id       = (known after apply)
      + role     = "member"
      + team_id  = (known after apply)
      + username = "djmcquillan"
    }

  # github_team_membership.this["ipfs-gui:hacdias"] will be created
  + resource "github_team_membership" "this" {
      + etag     = (known after apply)
      + id       = (known after apply)
      + role     = "member"
      + team_id  = (known after apply)
      + username = "hacdias"
    }

  # github_team_membership.this["ipfs-gui:juliaxbow"] will be created
  + resource "github_team_membership" "this" {
      + etag     = (known after apply)
      + id       = (known after apply)
      + role     = "member"
      + team_id  = (known after apply)
      + username = "juliaxbow"
    }

  # github_team_membership.this["ipfs-gui:lidel"] will be created
  + resource "github_team_membership" "this" {
      + etag     = (known after apply)
      + id       = (known after apply)
      + role     = "member"
      + team_id  = (known after apply)
      + username = "lidel"
    }

  # github_team_membership.this["ipfs-gui:olizilla"] will be created
  + resource "github_team_membership" "this" {
      + etag     = (known after apply)
      + id       = (known after apply)
      + role     = "member"
      + team_id  = (known after apply)
      + username = "olizilla"
    }

  # github_team_membership.this["ipfs-gui:rvagg"] will be created
  + resource "github_team_membership" "this" {
      + etag     = (known after apply)
      + id       = (known after apply)
      + role     = "maintainer"
      + team_id  = (known after apply)
      + username = "rvagg"
    }

  # github_team_membership.this["ipfs-gui:sgtpooki"] will be created
  + resource "github_team_membership" "this" {
      + etag     = (known after apply)
      + id       = (known after apply)
      + role     = "maintainer"
      + team_id  = (known after apply)
      + username = "sgtpooki"
    }

  # github_team_membership.this["ipfs-gui:tinytb"] will be created
  + resource "github_team_membership" "this" {
      + etag     = (known after apply)
      + id       = (known after apply)
      + role     = "maintainer"
      + team_id  = (known after apply)
      + username = "tinytb"
    }

  # github_team_membership.this["ipfs-gui:whizzzkid"] will be created
  + resource "github_team_membership" "this" {
      + etag     = (known after apply)
      + id       = (known after apply)
      + role     = "member"
      + team_id  = (known after apply)
      + username = "whizzzkid"
    }

Plan: 15 to add, 0 to change, 0 to destroy.

github/ipld.yml Outdated Show resolved Hide resolved
@galargh galargh merged commit 61cee2a into ipld:master Jan 19, 2023
@galargh
Copy link
Contributor

galargh commented Jan 19, 2023

All invited members should find org invites in their inboxes shortly

@SgtPooki SgtPooki deleted the patch-1 branch January 19, 2023 22:42
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants