Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updating specs repo permissions #91

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

filecoinfoundation-inf
Copy link
Contributor

Summary

Need to update these fil employees to maintain permissions so they can merge branches after approvals

Why do you need this?

Filecoin Foundation is now maintaining the Specs website and need permissions on the repo

What else do we need to know?

DRI: myself

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

Need to update these fil employees to maintain permissions so they can merge branches after approvals
@filecoinfoundation-inf filecoinfoundation-inf requested a review from a team as a code owner December 20, 2024 18:27
Copy link
Contributor

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

Access Changes
User barbaraperic:
  - will have the permission to specs change from push to maintain
User charlymartin:
  - will have the permission to specs change from push to maintain
User mirhamasala:
  - will have the permission to specs change from push to maintain

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:
-/+ destroy and then create replacement

Terraform will perform the following actions:

  # github_repository_collaborator.this["specs:barbaraperic"] must be replaced
-/+ resource "github_repository_collaborator" "this" {
      ~ id                          = "specs:barbaraperic" -> (known after apply)
      + invitation_id               = (known after apply)
      ~ permission                  = "push" -> "maintain" # forces replacement
      + permission_diff_suppression = false
        # (2 unchanged attributes hidden)
    }

  # github_repository_collaborator.this["specs:charlymartin"] must be replaced
-/+ resource "github_repository_collaborator" "this" {
      ~ id                          = "specs:CharlyMartin" -> (known after apply)
      ~ invitation_id               = "269353887" -> (known after apply)
      ~ permission                  = "push" -> "maintain" # forces replacement
        # (3 unchanged attributes hidden)
    }

  # github_repository_collaborator.this["specs:mirhamasala"] must be replaced
-/+ resource "github_repository_collaborator" "this" {
      ~ id                          = "specs:mirhamasala" -> (known after apply)
      ~ invitation_id               = "269353888" -> (known after apply)
      ~ permission                  = "push" -> "maintain" # forces replacement
        # (3 unchanged attributes hidden)
    }

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

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.

1 participant