Skip to content

Update lassie maintainers in filecoin-project.yml#186

Merged
rjan90 merged 1 commit intomasterfrom
rvagg/lassie-parkan
Feb 6, 2026
Merged

Update lassie maintainers in filecoin-project.yml#186
rjan90 merged 1 commit intomasterfrom
rvagg/lassie-parkan

Conversation

@rvagg
Copy link
Member

@rvagg rvagg commented Feb 6, 2026

Gives @parkan maintainer access to lassie

@rvagg rvagg requested a review from a team as a code owner February 6, 2026 04:05
@github-actions
Copy link
Contributor

github-actions bot commented Feb 6, 2026

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

Access Changes
User ameanasad:
  - will lose maintain permission to lassie
User parkan:
  - will gain maintain permission to lassie

@github-actions
Copy link
Contributor

github-actions bot commented Feb 6, 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_repository_collaborator.this["lassie:ameanasad"] will be destroyed
  # (because key ["lassie:ameanasad"] is not in for_each map)
  - resource "github_repository_collaborator" "this" {
      - id         = "lassie:AmeanAsad" -> null
      - permission = "maintain" -> null
      - repository = "lassie" -> null
      - username   = "AmeanAsad" -> null
    }

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

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

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

@rjan90 rjan90 merged commit 9db6b32 into master Feb 6, 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