Skip to content

fix: grant hugomrdias infra write access#52

Merged
rjan90 merged 2 commits into
masterfrom
agent/grant-hugomrdias-infra-triage-access
Jul 21, 2026
Merged

fix: grant hugomrdias infra write access#52
rjan90 merged 2 commits into
masterfrom
agent/grant-hugomrdias-infra-triage-access

Conversation

@rjan90

@rjan90 rjan90 commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

What changed

  • Add hugomrdias to the push collaborators for FilOzone/infra.

Why

Hugo needs write access to the infrastructure repository, including the ability to create issue tickets and contribute repository changes.

Impact

After this configuration is applied, hugomrdias will have GitHub's Write (push) role on FilOzone/infra.

Validation

  • Parsed github/FilOzone.yml successfully as YAML.
  • Ran git diff --check successfully.

@github-actions

github-actions Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Before merge, verify that all the following plans are correct. After merge, Apply will regenerate the plans from the merged commit and continue only if they match.

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["ipfs2foc"] will be updated in-place
  ~ resource "github_repository" "this" {
        id                          = "ipfs2foc"
        name                        = "ipfs2foc"
        # (36 unchanged attributes hidden)

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

        # (1 unchanged block hidden)
    }

  # github_repository_collaborator.this["infra: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                  = "infra"
      + username                    = "hugomrdias"
    }

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

@github-actions

Copy link
Copy Markdown
Contributor

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

Access Changes
User hugomrdias:
  - will have the permission to infra change from pull to push

@rjan90
rjan90 marked this pull request as ready for review July 21, 2026 14:31
@rjan90 rjan90 changed the title Grant hugomrdias infra write access fix: grant hugomrdias infra write access Jul 21, 2026

@rjan90 rjan90 left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Self-review/approving

@rjan90
rjan90 merged commit 4b678e1 into master Jul 21, 2026
6 checks passed
@github-project-automation github-project-automation Bot moved this from 📌 Triage to 🎉 Done in FOC Jul 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 🎉 Done

Development

Successfully merging this pull request may close these issues.

2 participants