Skip to content

fix: give julian push access in infra#36

Merged
rjan90 merged 2 commits intomasterfrom
phi/add-julian-infra
Mar 13, 2026
Merged

fix: give julian push access in infra#36
rjan90 merged 2 commits intomasterfrom
phi/add-julian-infra

Conversation

@rjan90
Copy link
Contributor

@rjan90 rjan90 commented Mar 13, 2026

Summary

Give julian push access to infra repo

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

fix: give julian push access in infra
@rjan90
Copy link
Contributor Author

rjan90 commented Mar 13, 2026

Will go ahead and merged without waiting on approval to unblock Julian

@github-actions
Copy link
Contributor

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

Access Changes
User juliangruber:
  - will gain push permission to infra

@github-actions
Copy link
Contributor

github-actions bot commented Mar 13, 2026

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  # github_repository.this["requests-for-startups"] will be updated in-place
  ~ resource "github_repository" "this" {
        id                          = "requests-for-startups"
        name                        = "requests-for-startups"
        # (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:juliangruber"] 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                    = "juliangruber"
    }

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

@rjan90 rjan90 merged commit 45d8a32 into master Mar 13, 2026
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.

1 participant