Skip to content

Add FF governance folks old and new#187

Merged
rjan90 merged 2 commits intofilecoin-project:masterfrom
dannyob:new-governance-folks
Feb 10, 2026
Merged

Add FF governance folks old and new#187
rjan90 merged 2 commits intofilecoin-project:masterfrom
dannyob:new-governance-folks

Conversation

@dannyob
Copy link
Contributor

@dannyob dannyob commented Feb 10, 2026

Summary

Adding Michael (FF head of governance) and Christian (incoming governance PM)

Why do you need this?

Christian is stepping in to Tanisha's management roles; Michael is getting the governance positions that Danny had as acting head of governance.

What else do we need to know?

We'll cycle out danny and tanisha in due course, but having some intersection time as we sort things out

DRI: myself, @decentramike

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

Adding Michael (FF head of governance) and Christian (incoming governance PM)
@dannyob dannyob requested a review from a team as a code owner February 10, 2026 15:35
@github-actions
Copy link
Contributor

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

Access Changes
User decentramike:
  - will gain admin permission to community
  - will gain maintain permission to core-devs
  - will gain push permission to fips
User thatguyllc:
  - will gain maintain permission to community
  - will gain push permission to core-devs
  - will gain push permission to fips

@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

filecoin-project

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_repository_collaborator.this["community:decentramike"] will be created
  + resource "github_repository_collaborator" "this" {
      + id                          = (known after apply)
      + invitation_id               = (known after apply)
      + permission                  = "admin"
      + permission_diff_suppression = false
      + repository                  = "community"
      + username                    = "decentramike"
    }

  # github_repository_collaborator.this["community:thatguyllc"] will be created
  + resource "github_repository_collaborator" "this" {
      + id                          = (known after apply)
      + invitation_id               = (known after apply)
      + permission                  = "maintain"
      + permission_diff_suppression = false
      + repository                  = "community"
      + username                    = "thatguyllc"
    }

  # github_repository_collaborator.this["core-devs:decentramike"] will be created
  + resource "github_repository_collaborator" "this" {
      + id                          = (known after apply)
      + invitation_id               = (known after apply)
      + permission                  = "maintain"
      + permission_diff_suppression = false
      + repository                  = "core-devs"
      + username                    = "decentramike"
    }

  # github_repository_collaborator.this["core-devs:thatguyllc"] will be created
  + resource "github_repository_collaborator" "this" {
      + id                          = (known after apply)
      + invitation_id               = (known after apply)
      + permission                  = "push"
      + permission_diff_suppression = false
      + repository                  = "core-devs"
      + username                    = "thatguyllc"
    }

  # github_repository_collaborator.this["fips:decentramike"] will be created
  + resource "github_repository_collaborator" "this" {
      + id                          = (known after apply)
      + invitation_id               = (known after apply)
      + permission                  = "push"
      + permission_diff_suppression = false
      + repository                  = "FIPs"
      + username                    = "decentramike"
    }

  # github_repository_collaborator.this["fips:thatguyllc"] will be created
  + resource "github_repository_collaborator" "this" {
      + id                          = (known after apply)
      + invitation_id               = (known after apply)
      + permission                  = "push"
      + permission_diff_suppression = false
      + repository                  = "FIPs"
      + username                    = "thatguyllc"
    }

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

@rjan90 rjan90 merged commit 8afc79f into filecoin-project:master Feb 10, 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