Skip to content

Conversation

@BigLep
Copy link
Contributor

@BigLep BigLep commented Oct 8, 2025

FilOzone equivalent of filecoin-project/github-mgmt#172

For filoz-fs team, @aarshkshah1992 out, @supragya in

@BigLep BigLep requested a review from rjan90 October 8, 2025 03:47
@github-actions
Copy link
Contributor

github-actions bot commented Oct 8, 2025

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

Terraform plans

FilOzone

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

  # github_team_membership.this["filoz-fs:aarshkshah1992"] will be destroyed
  # (because key ["filoz-fs:aarshkshah1992"] is not in for_each map)
  - resource "github_team_membership" "this" {
      - etag     = "W/\"c69545073b2a915d90461edbfec5f1efb15c36fc2bfcd8e07435ee6637ccffe6\"" -> null
      - id       = "13124042:aarshkshah1992" -> null
      - role     = "member" -> null
      - team_id  = "13124042" -> null
      - username = "aarshkshah1992" -> null
    }

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

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

@github-actions
Copy link
Contributor

github-actions bot commented Oct 8, 2025

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

Access Changes
User aarshkshah1992:
  - will lose admin permission to filecoin-cloud
  - will lose maintain permission to filecoin-pay
  - will lose push permission to fs-pm
  - will lose push permission to tim-docs
User supragya:
  - will join the organization as a [object Object] (remind them to accept the email invitation)
  - will gain admin permission to filecoin-cloud
  - will gain maintain permission to filecoin-pay
  - will gain push permission to filecoin-services
  - will gain push permission to fs-pm
  - will gain push permission to pdp
  - will gain push permission to synapse-sdk
  - will gain push permission to tim-docs

@BigLep BigLep changed the title Add 'supragya' to contributors and members list Add @supragya Oct 8, 2025
@rjan90 rjan90 merged commit b84e0dc into master Oct 8, 2025
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.

4 participants