Skip to content

Conversation

@BigLep
Copy link
Contributor

@BigLep BigLep commented Jun 30, 2025

Adjust for the fact that @masih is not involved in the FilOz day-to-day anymore.

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

@BigLep BigLep requested a review from masih June 30, 2025 16:08
@BigLep BigLep self-assigned this Jun 30, 2025
@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

FilOzone

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

Terraform will perform the following actions:

  # github_repository_collaborator.this["client-contract:masih"] will be destroyed
  # (because key ["client-contract:masih"] is not in for_each map)
  - resource "github_repository_collaborator" "this" {
      - id         = "client-contract:masih" -> null
      - permission = "push" -> null
      - repository = "client-contract" -> null
      - username   = "masih" -> null
    }

  # github_repository_collaborator.this["pdp-explorer:masih"] will be destroyed
  # (because key ["pdp-explorer:masih"] is not in for_each map)
  - resource "github_repository_collaborator" "this" {
      - id         = "pdp-explorer:masih" -> null
      - permission = "push" -> null
      - repository = "pdp-explorer" -> null
      - username   = "masih" -> null
    }

  # github_repository_collaborator.this["synapse-sdk:masih"] will be destroyed
  # (because key ["synapse-sdk:masih"] is not in for_each map)
  - resource "github_repository_collaborator" "this" {
      - id         = "synapse-sdk:masih" -> null
      - permission = "push" -> null
      - repository = "synapse-sdk" -> null
      - username   = "masih" -> null
    }

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

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

@github-actions
Copy link
Contributor

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

Access Changes
User masih:
  - will lose push permission to client-contract
  - will lose push permission to filecoin-services
  - will lose push permission to pdp-explorer
  - will lose push permission to synapse-sdk

@BigLep BigLep merged commit 7b9904f into master Jun 30, 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.

3 participants