Skip to content

Add StorSwift miner team access to Boost - #207

Merged
BigLep merged 1 commit into
filecoin-project:masterfrom
rjan90:phi/add-storswift-boost
May 19, 2026
Merged

Add StorSwift miner team access to Boost#207
BigLep merged 1 commit into
filecoin-project:masterfrom
rjan90:phi/add-storswift-boost

Conversation

@rjan90

@rjan90 rjan90 commented May 18, 2026

Copy link
Copy Markdown
Contributor

Summary

  • create a dedicated storswift-miner-maintainers team for marco-storswift and snail8501
  • grant that team push access to boost

@rjan90
rjan90 requested a review from a team as a code owner May 18, 2026 11:50
@github-actions

Copy link
Copy Markdown
Contributor

The following access changes will be introduced as a result of applying the plan:

Access Changes
User marco-storswift:
  - will gain push permission to boost-docs
User snail8501:
  - will gain push permission to boost-docs

@github-actions

Copy link
Copy Markdown
Contributor

Before merge, verify that all the following plans are correct. After merge, Apply will regenerate the plans from the merged commit and continue only if they match.

Terraform plans

filecoin-project
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  + create
  - destroy

Terraform will perform the following actions:

  # github_team.this["storswift-miner-maintainers"] 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                      = "storswift-miner-maintainers"
      + node_id                   = (known after apply)
      + parent_team_read_id       = (known after apply)
      + parent_team_read_slug     = (known after apply)
      + privacy                   = "secret"
      + slug                      = (known after apply)
    }

  # github_team_membership.this["lotus-miner-maintainers:marco-storswift"] will be destroyed
  # (because key ["lotus-miner-maintainers:marco-storswift"] is not in for_each map)
  - resource "github_team_membership" "this" {
      - etag     = "W/\"c82aa2fbd4a2337c5b253b34f85967ceb9052094af907d3a211e6eca520471c0\"" -> null
      - id       = "12314353:marco-storswift" -> null
      - role     = "member" -> null
      - team_id  = "12314353" -> null
      - username = "marco-storswift" -> null
    }

  # github_team_membership.this["lotus-miner-maintainers:snail8501"] will be destroyed
  # (because key ["lotus-miner-maintainers:snail8501"] is not in for_each map)
  - resource "github_team_membership" "this" {
      - etag     = "W/\"522e47d0d139cb474ea89af3e2cdb80f9196beb7f8a8000b6d4af18bce09c7ed\"" -> null
      - id       = "12314353:snail8501" -> null
      - role     = "member" -> null
      - team_id  = "12314353" -> null
      - username = "snail8501" -> null
    }

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

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

  # github_team_repository.this["storswift-miner-maintainers:boost-docs"] will be created
  + resource "github_team_repository" "this" {
      + etag       = (known after apply)
      + id         = (known after apply)
      + permission = "push"
      + repository = "boost-docs"
      + team_id    = (known after apply)
    }

  # github_team_repository.this["storswift-miner-maintainers:lotus"] will be created
  + resource "github_team_repository" "this" {
      + etag       = (known after apply)
      + id         = (known after apply)
      + permission = "push"
      + repository = "lotus"
      + team_id    = (known after apply)
    }

Plan: 5 to add, 0 to change, 2 to destroy.

@rjan90
rjan90 requested review from BigLep and rvagg May 19, 2026 06:14
@BigLep
BigLep merged commit 91e11a1 into filecoin-project:master May 19, 2026
6 checks passed
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