[go: nahoru, domu]

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: add js-kubo-rpc-client repo #43

Merged
merged 1 commit into from
Aug 19, 2022

Conversation

SgtPooki
Copy link
Member

No description provided.

@SgtPooki SgtPooki requested a review from a team as a code owner August 19, 2022 19:16
@github-actions
Copy link
Contributor

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_branch_protection.this["js-kubo-rpc-client:master"] will be created
  + resource "github_branch_protection" "this" {
      + allows_deletions                = false
      + allows_force_pushes             = false
      + enforce_admins                  = false
      + id                              = (known after apply)
      + pattern                         = "master"
      + repository_id                   = (known after apply)
      + require_conversation_resolution = false
      + require_signed_commits          = false
      + required_linear_history         = false
    }

  # github_branch_protection.this["js-kubo-rpc-client:release"] will be created
  + resource "github_branch_protection" "this" {
      + allows_deletions                = false
      + allows_force_pushes             = false
      + enforce_admins                  = false
      + id                              = (known after apply)
      + pattern                         = "release"
      + repository_id                   = (known after apply)
      + require_conversation_resolution = false
      + require_signed_commits          = false
      + required_linear_history         = false
    }

  # github_branch_protection.this["js-kubo-rpc-client:release-*"] will be created
  + resource "github_branch_protection" "this" {
      + allows_deletions                = false
      + allows_force_pushes             = false
      + enforce_admins                  = false
      + id                              = (known after apply)
      + pattern                         = "release-*"
      + repository_id                   = (known after apply)
      + require_conversation_resolution = false
      + require_signed_commits          = false
      + required_linear_history         = false
    }

  # github_repository.this["js-kubo-rpc-client"] will be created
  + resource "github_repository" "this" {
      + allow_auto_merge       = false
      + allow_merge_commit     = true
      + allow_rebase_merge     = true
      + allow_squash_merge     = true
      + archived               = false
      + branches               = (known after apply)
      + default_branch         = (known after apply)
      + delete_branch_on_merge = false
      + description            = "A client library for the Kubo RPC API"
      + etag                   = (known after apply)
      + full_name              = (known after apply)
      + git_clone_url          = (known after apply)
      + html_url               = (known after apply)
      + http_clone_url         = (known after apply)
      + id                     = (known after apply)
      + name                   = "js-kubo-rpc-client"
      + node_id                = (known after apply)
      + private                = (known after apply)
      + repo_id                = (known after apply)
      + ssh_clone_url          = (known after apply)
      + svn_url                = (known after apply)
      + topics                 = [
          + "http-client",
          + "ipfs",
          + "kubo",
          + "rpc-client",
        ]
      + visibility             = "public"
    }

  # github_repository_collaborator.this["js-kubo-rpc-client:web3-bot"] will be created
  + resource "github_repository_collaborator" "this" {
      + id                          = (known after apply)
      + invitation_id               = (known after apply)
      + permission                  = "push"
      + permission_diff_suppression = false
      + repository                  = "js-kubo-rpc-client"
      + username                    = "web3-bot"
    }

  # github_team_repository.this["Maintainers:js-kubo-rpc-client"] will be created
  + resource "github_team_repository" "this" {
      + etag       = (known after apply)
      + id         = (known after apply)
      + permission = "push"
      + repository = "js-kubo-rpc-client"
      + team_id    = "3729031"
    }

  # github_team_repository.this["Merge - Go:js-kubo-rpc-client"] will be created
  + resource "github_team_repository" "this" {
      + etag       = (known after apply)
      + id         = (known after apply)
      + permission = "push"
      + repository = "js-kubo-rpc-client"
      + team_id    = "3364102"
    }

  # github_team_repository.this["Repos - Go:js-kubo-rpc-client"] will be created
  + resource "github_team_repository" "this" {
      + etag       = (known after apply)
      + id         = (known after apply)
      + permission = "push"
      + repository = "js-kubo-rpc-client"
      + team_id    = "3232508"
    }

  # github_team_repository.this["admin:js-kubo-rpc-client"] will be created
  + resource "github_team_repository" "this" {
      + etag       = (known after apply)
      + id         = (known after apply)
      + permission = "admin"
      + repository = "js-kubo-rpc-client"
      + team_id    = "1516991"
    }

  # github_team_repository.this["contributors:js-kubo-rpc-client"] will be created
  + resource "github_team_repository" "this" {
      + etag       = (known after apply)
      + id         = (known after apply)
      + permission = "pull"
      + repository = "js-kubo-rpc-client"
      + team_id    = "1376970"
    }

  # github_team_repository.this["ipdx:js-kubo-rpc-client"] will be created
  + resource "github_team_repository" "this" {
      + etag       = (known after apply)
      + id         = (known after apply)
      + permission = "admin"
      + repository = "js-kubo-rpc-client"
      + team_id    = "6349983"
    }

  # github_team_repository.this["w3dt-stewards:js-kubo-rpc-client"] will be created
  + resource "github_team_repository" "this" {
      + etag       = (known after apply)
      + id         = (known after apply)
      + permission = "admin"
      + repository = "js-kubo-rpc-client"
      + team_id    = "4656983"
    }

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

@BigLep BigLep merged commit 4b0e262 into ipfs:master Aug 19, 2022
@BigLep
Copy link
Contributor
BigLep commented Aug 19, 2022

Merging as I don't see anything glaring long. I want to keep @SgtPooki unblocked and anything wrong here can be corrected later.

@galargh
Copy link
Contributor
galargh commented Aug 24, 2022

This one failed to be applied properly because js-kubo-rpc-client already existed. I synced GitHub Management in #44 and restored the changes that were to be introduced by this PR there.

@SgtPooki
Copy link
Member Author

Merging as I don't see anything glaring long. I want to keep @SgtPooki unblocked and anything wrong here can be corrected later.

FYI I copied what was set for the kubo repo, so if we need different permissions then we will need to update them at some point.

@SgtPooki SgtPooki deleted the add-js-kubo-rpc-client branch August 25, 2022 03:52
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.

None yet

3 participants