Skip to content

Conversation

@rjan90
Copy link
Contributor

@rjan90 rjan90 commented Oct 2, 2025

Summary

Update hugo to maintain perms for synapse-sdk, so that he can get unblocked to update websites, etc. Doing it here in GitHub-Mgmt, to record the change.

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: update hugo to maintain perms for synapse-sdk
@github-actions
Copy link
Contributor

github-actions bot commented Oct 2, 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:
  ~ update in-place
-/+ destroy and then create replacement

Terraform will perform the following actions:

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

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

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

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

@github-actions
Copy link
Contributor

github-actions bot commented Oct 2, 2025

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

Access Changes
User hugomrdias:
  - will have the permission to synapse-sdk change from push to maintain

@rjan90
Copy link
Contributor Author

rjan90 commented Oct 2, 2025

I will merge this without approval, to unblock Hugo.

@rjan90 rjan90 merged commit 055f67e into master Oct 2, 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.

2 participants