Skip to content

Conversation

@rjan90
Copy link
Contributor

@rjan90 rjan90 commented Aug 18, 2025

Summary

Add pushpendra to the filecoin-pay-explorer repo

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

add pushpendra to the filecoin-pay-explorer repo
@github-actions
Copy link
Contributor

github-actions bot commented Aug 18, 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-pay-explorer"] will be updated in-place
  ~ resource "github_repository" "this" {
        id                          = "filecoin-pay-explorer"
        name                        = "filecoin-pay-explorer"
        # (36 unchanged attributes hidden)

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

  # github_repository_collaborator.this["filecoin-pay-explorer:silent-cipher"] will be created
  + resource "github_repository_collaborator" "this" {
      + id                          = (known after apply)
      + invitation_id               = (known after apply)
      + permission                  = "admin"
      + permission_diff_suppression = false
      + repository                  = "filecoin-pay-explorer"
      + username                    = "silent-cipher"
    }

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

@github-actions
Copy link
Contributor

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

Access Changes
User silent-cipher:
  - will gain admin permission to filecoin-pay-explorer

@rjan90
Copy link
Contributor Author

rjan90 commented Aug 18, 2025

Going to bypass the merge rules here given that this is an empty/new repo, and the moving of dashboard code to its separate repo was discussed in todays standup:

  • Pushpendra’s dashboard code moving to separate repo
    • Reduces PR chaos in Filecon Pay contract
    • Easier to track contract changes vs dashboard updates
  • Orjan creating new repo with admin access for Pushpendra

@rjan90 rjan90 merged commit 455a1d8 into master Aug 18, 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