Skip to content

Comments

Adding @sgtpooki and @timfong888#181

Merged
BigLep merged 3 commits intomasterfrom
biglep/add-sgtpooki-and-timfong888
Jan 9, 2026
Merged

Adding @sgtpooki and @timfong888#181
BigLep merged 3 commits intomasterfrom
biglep/add-sgtpooki-and-timfong888

Conversation

@BigLep
Copy link
Member

@BigLep BigLep commented Jan 5, 2026

They have both been sustained contributors and are part of FilOz.

They have both been sustained contributors and are part of FilOz.
@BigLep BigLep self-assigned this Jan 5, 2026
@BigLep BigLep requested a review from a team as a code owner January 5, 2026 19:56
@BigLep BigLep requested a review from rjan90 January 5, 2026 19:56
@github-actions
Copy link
Contributor

github-actions bot commented Jan 5, 2026

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

Access Changes
User sgtpooki:
  - will lose push permission to lotus-docs
  - will gain push permission to fips
  - will gain maintain permission to fvm-solidity
  - will join the organization as a member (remind them to accept the email invitation)
User timfong888:
  - will have the permission to filecoin-pin-website change from push to maintain
  - will gain push permission to filecoin-pin
  - will gain admin permission to filecoin-pin-github-action-test
  - will gain push permission to filoz-infra
  - will gain push permission to fips
  - will gain maintain permission to fvm-solidity
  - will join the organization as a member (remind them to accept the email invitation)

@BigLep
Copy link
Member Author

BigLep commented Jan 5, 2026

@galargh : can you help debug? I am not understanding the failure in https://github.com/filecoin-project/github-mgmt/actions/runs/20727460104/job/59507533465

Error: Error
  with github_repository.this["research-website"],
  on resources.tf line 14, in resource "github_repository" "this":
  14: resource "github_repository" "this" {
 is an invalid value for argument [{{} pages} {{} {{{{} %!s(cty.primitiveTypeKind=78)}} %!s(*big.Float=&{64 0 0 0 false [] 0})}} {{} build_type}]

@rjan90
Copy link
Contributor

rjan90 commented Jan 5, 2026

I briefly investigated the failure and it seems there’s a state corruption issue with the terraform state for the research-website that needs fixing. However, I believe you’d need AWS credentials and should run that locally. Therefore, I think @galargh would be the best person to fix issue due to having access to these credentials.

@BigLep
Copy link
Member Author

BigLep commented Jan 5, 2026

Thanks @rjan90! I'm also going to run the sync workflow in case that helps: https://github.com/filecoin-project/github-mgmt/actions/runs/20731268715

@ianconsolata ianconsolata mentioned this pull request Jan 9, 2026
4 tasks
@galargh
Copy link
Contributor

galargh commented Jan 9, 2026

Looking into this!

@github-actions
Copy link
Contributor

github-actions bot commented Jan 9, 2026

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

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

  # github_membership.this["timfong888"] will be created
  + resource "github_membership" "this" {
      + downgrade_on_destroy = false
      + etag                 = (known after apply)
      + id                   = (known after apply)
      + role                 = "member"
      + username             = "timfong888"
    }

  # github_repository_collaborator.this["filecoin-pin-github-action-test:sgtpooki"] will be destroyed
  # (because key ["filecoin-pin-github-action-test:sgtpooki"] is not in for_each map)
  - resource "github_repository_collaborator" "this" {
      - id         = "filecoin-pin-github-action-test:SgtPooki" -> null
      - permission = "admin" -> null
      - repository = "filecoin-pin-github-action-test" -> null
      - username   = "SgtPooki" -> null
    }

  # github_repository_collaborator.this["filecoin-pin-website:sgtpooki"] will be destroyed
  # (because key ["filecoin-pin-website:sgtpooki"] is not in for_each map)
  - resource "github_repository_collaborator" "this" {
      - id         = "filecoin-pin-website:SgtPooki" -> null
      - permission = "maintain" -> null
      - repository = "filecoin-pin-website" -> null
      - username   = "SgtPooki" -> null
    }

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

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

  # github_repository_collaborator.this["lotus-docs:sgtpooki"] will be destroyed
  # (because key ["lotus-docs:sgtpooki"] is not in for_each map)
  - resource "github_repository_collaborator" "this" {
      - id                          = "lotus-docs:SgtPooki" -> null
      - invitation_id               = "294004809" -> null
      - permission                  = "push" -> null
      - permission_diff_suppression = false -> null
      - repository                  = "lotus-docs" -> null
      - username                    = "SgtPooki" -> null
    }

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

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

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

@BigLep BigLep merged commit 734a5ac into master Jan 9, 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.

3 participants