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

add laurentsenta to homebrew and docs #76

Merged
merged 6 commits into from
Sep 19, 2024

Conversation

laurentsenta
Copy link
Contributor

Summary

add laurentsenta to homebrew and docs

Why do you need this?

Needed to keep contributing to filecoin-project/lotus-docs#746 and filecoin-project/homebrew-lotus#19

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

@laurentsenta laurentsenta requested a review from a team as a code owner September 18, 2024 08:06
Copy link
Contributor

github-actions bot commented Sep 18, 2024

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["homebrew-lotus:laurentsenta"] will be created
  + resource "github_repository_collaborator" "this" {
      + id                          = (known after apply)
      + invitation_id               = (known after apply)
      + permission                  = "push"
      + permission_diff_suppression = false
      + repository                  = "homebrew-lotus"
      + username                    = "laurentsenta"
    }

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

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

Copy link
Contributor

github-actions bot commented Sep 18, 2024

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

Access Changes
User laurentsenta:
  - will gain push permission to homebrew-lotus
  - will gain push permission to lotus-docs

Copy link
Member

@BigLep BigLep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll wait to merge until figure out how to not have any unrelated Terraform changes.

@BigLep BigLep merged commit ac1051a into filecoin-project:master Sep 19, 2024
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