Skip to content

Conversation

@rvagg
Copy link
Contributor

@rvagg rvagg commented Jul 10, 2025

No description provided.

@github-actions
Copy link
Contributor

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

Access Changes
User rvagg:
  - will gain push permission to pdp

@github-actions
Copy link
Contributor

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

Terraform will perform the following actions:

  # github_repository_collaborator.this["pdp:rvagg"] 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                    = "rvagg"
    }

  # github_repository_file.this["filecoin-services-payments/.github/workflows/add-issues-and-prs-to-fs-project-board.yml"] will be created
  + resource "github_repository_file" "this" {
      + autocreate_branch_source_sha = (known after apply)
      + branch                       = "main"
      + commit_author                = "GitHub"
      + commit_email                 = "noreply@github.com"
      + commit_message               = "chore: Update .github/workflows/add-issues-and-prs-to-fs-project-board.yml [skip ci]"
      + commit_sha                   = (known after apply)
      + content                      = <<-EOT
            ######################################################################################
            # READ THIS FIRST
            # This file is authored in FilOzone/github-mgmt repository and copied to other repos via automation.
            # If you need to make changes, either:
            # 1. Make the changes in FilOzone/github-mgmt repository OR
            # 2. Make the changes in the local repo and remove the automated copying from github-mgmt.
            ######################################################################################
            
            # This action adds all issues and PRs to the FS project board.
            # It is used to keep the project board up to date with the issues and PRs.
            # It is triggered by the issue and PR events.
            # It assumes a `FILOZZY_CI_ADD_TO_PROJECT` secret is set in the repo.
            # This secret should have the permissions outlined in https://github.com/actions/add-to-project?tab=readme-ov-file#creating-a-pat-and-adding-it-to-your-repository
            name: Add issues and PRs to FS project board
            
            on:
              issues:
                types:
                  - opened
              pull_request:
                types:
                  - opened
            
            jobs:
              add-to-project:
                name: Add all issues and prs to project
                runs-on: ubuntu-latest
                steps:
                  - uses: actions/add-to-project@v1.0.2
                    with:
                      project-url: https://github.com/orgs/FilOzone/projects/14
                      github-token: ${{ secrets.FILOZZY_CI_ADD_TO_PROJECT }}
        EOT
      + file                         = ".github/workflows/add-issues-and-prs-to-fs-project-board.yml"
      + id                           = (known after apply)
      + overwrite_on_create          = true
      + ref                          = (known after apply)
      + repository                   = "filecoin-services-payments"
      + sha                          = (known after apply)
    }

  # github_repository_file.this["filecoin-services/.github/workflows/add-issues-and-prs-to-fs-project-board.yml"] will be created
  + resource "github_repository_file" "this" {
      + autocreate_branch_source_sha = (known after apply)
      + branch                       = "main"
      + commit_author                = "GitHub"
      + commit_email                 = "noreply@github.com"
      + commit_message               = "chore: Update .github/workflows/add-issues-and-prs-to-fs-project-board.yml [skip ci]"
      + commit_sha                   = (known after apply)
      + content                      = <<-EOT
            ######################################################################################
            # READ THIS FIRST
            # This file is authored in FilOzone/github-mgmt repository and copied to other repos via automation.
            # If you need to make changes, either:
            # 1. Make the changes in FilOzone/github-mgmt repository OR
            # 2. Make the changes in the local repo and remove the automated copying from github-mgmt.
            ######################################################################################
            
            # This action adds all issues and PRs to the FS project board.
            # It is used to keep the project board up to date with the issues and PRs.
            # It is triggered by the issue and PR events.
            # It assumes a `FILOZZY_CI_ADD_TO_PROJECT` secret is set in the repo.
            # This secret should have the permissions outlined in https://github.com/actions/add-to-project?tab=readme-ov-file#creating-a-pat-and-adding-it-to-your-repository
            name: Add issues and PRs to FS project board
            
            on:
              issues:
                types:
                  - opened
              pull_request:
                types:
                  - opened
            
            jobs:
              add-to-project:
                name: Add all issues and prs to project
                runs-on: ubuntu-latest
                steps:
                  - uses: actions/add-to-project@v1.0.2
                    with:
                      project-url: https://github.com/orgs/FilOzone/projects/14
                      github-token: ${{ secrets.FILOZZY_CI_ADD_TO_PROJECT }}
        EOT
      + file                         = ".github/workflows/add-issues-and-prs-to-fs-project-board.yml"
      + id                           = (known after apply)
      + overwrite_on_create          = true
      + ref                          = (known after apply)
      + repository                   = "filecoin-services"
      + sha                          = (known after apply)
    }

  # github_repository_file.this["pdp/.github/workflows/add-issues-and-prs-to-fs-project-board.yml"] will be created
  + resource "github_repository_file" "this" {
      + autocreate_branch_source_sha = (known after apply)
      + branch                       = "main"
      + commit_author                = "GitHub"
      + commit_email                 = "noreply@github.com"
      + commit_message               = "chore: Update .github/workflows/add-issues-and-prs-to-fs-project-board.yml [skip ci]"
      + commit_sha                   = (known after apply)
      + content                      = <<-EOT
            ######################################################################################
            # READ THIS FIRST
            # This file is authored in FilOzone/github-mgmt repository and copied to other repos via automation.
            # If you need to make changes, either:
            # 1. Make the changes in FilOzone/github-mgmt repository OR
            # 2. Make the changes in the local repo and remove the automated copying from github-mgmt.
            ######################################################################################
            
            # This action adds all issues and PRs to the FS project board.
            # It is used to keep the project board up to date with the issues and PRs.
            # It is triggered by the issue and PR events.
            # It assumes a `FILOZZY_CI_ADD_TO_PROJECT` secret is set in the repo.
            # This secret should have the permissions outlined in https://github.com/actions/add-to-project?tab=readme-ov-file#creating-a-pat-and-adding-it-to-your-repository
            name: Add issues and PRs to FS project board
            
            on:
              issues:
                types:
                  - opened
              pull_request:
                types:
                  - opened
            
            jobs:
              add-to-project:
                name: Add all issues and prs to project
                runs-on: ubuntu-latest
                steps:
                  - uses: actions/add-to-project@v1.0.2
                    with:
                      project-url: https://github.com/orgs/FilOzone/projects/14
                      github-token: ${{ secrets.FILOZZY_CI_ADD_TO_PROJECT }}
        EOT
      + file                         = ".github/workflows/add-issues-and-prs-to-fs-project-board.yml"
      + id                           = (known after apply)
      + overwrite_on_create          = true
      + ref                          = (known after apply)
      + repository                   = "pdp"
      + sha                          = (known after apply)
    }

  # github_repository_file.this["synapse-sdk/.github/workflows/add-issues-and-prs-to-fs-project-board.yml"] will be created
  + resource "github_repository_file" "this" {
      + autocreate_branch_source_sha = (known after apply)
      + branch                       = "master"
      + commit_author                = "GitHub"
      + commit_email                 = "noreply@github.com"
      + commit_message               = "chore: Update .github/workflows/add-issues-and-prs-to-fs-project-board.yml [skip ci]"
      + commit_sha                   = (known after apply)
      + content                      = <<-EOT
            ######################################################################################
            # READ THIS FIRST
            # This file is authored in FilOzone/github-mgmt repository and copied to other repos via automation.
            # If you need to make changes, either:
            # 1. Make the changes in FilOzone/github-mgmt repository OR
            # 2. Make the changes in the local repo and remove the automated copying from github-mgmt.
            ######################################################################################
            
            # This action adds all issues and PRs to the FS project board.
            # It is used to keep the project board up to date with the issues and PRs.
            # It is triggered by the issue and PR events.
            # It assumes a `FILOZZY_CI_ADD_TO_PROJECT` secret is set in the repo.
            # This secret should have the permissions outlined in https://github.com/actions/add-to-project?tab=readme-ov-file#creating-a-pat-and-adding-it-to-your-repository
            name: Add issues and PRs to FS project board
            
            on:
              issues:
                types:
                  - opened
              pull_request:
                types:
                  - opened
            
            jobs:
              add-to-project:
                name: Add all issues and prs to project
                runs-on: ubuntu-latest
                steps:
                  - uses: actions/add-to-project@v1.0.2
                    with:
                      project-url: https://github.com/orgs/FilOzone/projects/14
                      github-token: ${{ secrets.FILOZZY_CI_ADD_TO_PROJECT }}
        EOT
      + file                         = ".github/workflows/add-issues-and-prs-to-fs-project-board.yml"
      + id                           = (known after apply)
      + overwrite_on_create          = true
      + ref                          = (known after apply)
      + repository                   = "synapse-sdk"
      + sha                          = (known after apply)
    }

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

@rjan90 rjan90 merged commit 5193a06 into master Jul 10, 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