Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Give Boris and David push access to awesome-ipfs #170

Merged
merged 2 commits into from
Sep 26, 2023

Conversation

2color
Copy link
Member

@2color 2color commented Sep 26, 2023

Summary

  • Give Boris and David push access to awesome-ipfs
  • Make me admin of the repo

Why do you need this?

To actively maintain the repo

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

@2color 2color requested review from a team as code owners September 26, 2023 09:58
@2color 2color requested a review from galargh September 26, 2023 09:58
@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

ipfs

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  + create
-/+ destroy and then create replacement

Terraform will perform the following actions:

  # github_repository_collaborator.this["awesome-ipfs:2color"] must be replaced
-/+ resource "github_repository_collaborator" "this" {
      ~ id                          = "awesome-ipfs:2color" -> (known after apply)
      + invitation_id               = (known after apply)
      ~ permission                  = "push" -> "admin" # forces replacement
      + permission_diff_suppression = false
        # (2 unchanged attributes hidden)
    }

  # github_repository_collaborator.this["awesome-ipfs:bmann"] will be created
  + resource "github_repository_collaborator" "this" {
      + id                          = (known after apply)
      + invitation_id               = (known after apply)
      + permission                  = "push"
      + permission_diff_suppression = false
      + repository                  = "awesome-ipfs"
      + username                    = "bmann"
    }

  # github_repository_collaborator.this["awesome-ipfs:meandavejustice"] will be created
  + resource "github_repository_collaborator" "this" {
      + id                          = (known after apply)
      + invitation_id               = (known after apply)
      + permission                  = "push"
      + permission_diff_suppression = false
      + repository                  = "awesome-ipfs"
      + username                    = "meandavejustice"
    }

  # github_repository_file.this["devgrants/.github/workflows/stale.yml"] will be created
  + resource "github_repository_file" "this" {
      + branch              = "main"
      + commit_author       = "GitHub"
      + commit_email        = "[email protected]"
      + commit_message      = "chore: Update .github/workflows/stale.yml [skip ci]"
      + commit_sha          = (known after apply)
      + content             = <<-EOT
            name: Close and mark stale issue
            
            on:
              schedule:
                - cron: '0 0 * * *'
            
            permissions:
              issues: write
              pull-requests: write
            
            jobs:
              stale:
                uses: pl-strflt/.github/.github/workflows/[email protected]
        EOT
      + file                = ".github/workflows/stale.yml"
      + id                  = (known after apply)
      + overwrite_on_create = false
      + ref                 = (known after apply)
      + repository          = "devgrants"
      + sha                 = (known after apply)
    }

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

@willscott willscott merged commit 360689c into ipfs:master Sep 26, 2023
6 checks passed
@2color 2color deleted the patch-11 branch September 26, 2023 10:39
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