Skip to content

Conversation

@rjan90
Copy link
Contributor

@rjan90 rjan90 commented Aug 4, 2025

Summary

Give hugo push access to pdp, payments, filecoin-services and synapse-sdk

Why do you need this?

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

chore: give hugo push access
@rjan90 rjan90 requested a review from rvagg August 4, 2025 11:03
@rjan90 rjan90 self-assigned this Aug 4, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Aug 4, 2025

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

Terraform plans

FilOzone

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  + create
  ~ update in-place

Terraform will perform the following actions:

  # github_repository.this["filecoin-pin"] will be updated in-place
  ~ resource "github_repository" "this" {
        id                          = "filecoin-pin"
        name                        = "filecoin-pin"
        # (36 unchanged attributes hidden)

      ~ security_and_analysis {
          ~ secret_scanning {
              ~ status = "disabled" -> "enabled"
            }
          ~ secret_scanning_push_protection {
              ~ status = "disabled" -> "enabled"
            }
        }
    }

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

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

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

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

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

@github-actions
Copy link
Contributor

github-actions bot commented Aug 4, 2025

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

Access Changes
User hugomrdias:
  - will gain push permission to filecoin-services
  - will gain push permission to filecoin-services-payments
  - will gain push permission to pdp
  - will gain push permission to synapse-sdk

@rvagg rvagg merged commit 307c104 into master Aug 4, 2025
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