Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

feat(helia-dev): add helia-dev to proper repos #155

Merged
merged 3 commits into from
Jul 4, 2023

Conversation

SgtPooki
Copy link
Member

@SgtPooki SgtPooki commented Jul 3, 2023

Summary

Adding @Helia-Dev team to helia repos

cc @achingbrain

Why do you need this?

To prevent issues like ipfs/helia-car#1 (comment)

What else do we need to know?

DRI: @SgtPooki

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

@SgtPooki SgtPooki requested review from a team as code owners July 3, 2023 19:40
@SgtPooki SgtPooki requested a review from galargh July 3, 2023 19:40
@github-actions
Copy link
Contributor

github-actions bot commented Jul 3, 2023

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_team_repository.this["helia-dev:helia-car"] will be created
  + resource "github_team_repository" "this" {
      + etag       = (known after apply)
      + id         = (known after apply)
      + permission = "admin"
      + repository = "helia-car"
      + team_id    = "7676419"
    }

  # github_team_repository.this["helia-dev:helia-dag-cbor"] will be created
  + resource "github_team_repository" "this" {
      + etag       = (known after apply)
      + id         = (known after apply)
      + permission = "admin"
      + repository = "helia-dag-cbor"
      + team_id    = "7676419"
    }

  # github_team_repository.this["helia-dev:helia-dag-json"] will be created
  + resource "github_team_repository" "this" {
      + etag       = (known after apply)
      + id         = (known after apply)
      + permission = "admin"
      + repository = "helia-dag-json"
      + team_id    = "7676419"
    }

  # github_team_repository.this["helia-dev:helia-json"] will be created
  + resource "github_team_repository" "this" {
      + etag       = (known after apply)
      + id         = (known after apply)
      + permission = "admin"
      + repository = "helia-json"
      + team_id    = "7676419"
    }

  # github_team_repository.this["helia-dev:helia-routing-v1-http-api"] will be created
  + resource "github_team_repository" "this" {
      + etag       = (known after apply)
      + id         = (known after apply)
      + permission = "admin"
      + repository = "helia-routing-v1-http-api"
      + team_id    = "7676419"
    }

  # github_team_repository.this["helia-dev:helia-strings"] will be created
  + resource "github_team_repository" "this" {
      + etag       = (known after apply)
      + id         = (known after apply)
      + permission = "admin"
      + repository = "helia-strings"
      + team_id    = "7676419"
    }

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

@galargh galargh merged commit f28056b into ipfs:master Jul 4, 2023
Sign up for free to 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