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

Update ipfs.yml #168

Merged
merged 2 commits into from
Sep 21, 2023
Merged

Update ipfs.yml #168

merged 2 commits into from
Sep 21, 2023

Conversation

2color
Copy link
Member

@2color 2color commented Sep 21, 2023

Summary

  • Add me to admin two Github repos

Why do you need this?

  • .github: update the README for copy/brand consistency with website
  • devgrants: update the docs and disable issues for now while devgrants are handled in the FF 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 21, 2023 11:14
@2color 2color requested a review from laurentsenta September 21, 2023 11:14
@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

Terraform will perform the following actions:

  # github_repository_collaborator.this[".github:2color"] will be created
  + resource "github_repository_collaborator" "this" {
      + id                          = (known after apply)
      + invitation_id               = (known after apply)
      + permission                  = "admin"
      + permission_diff_suppression = false
      + repository                  = ".github"
      + username                    = "2color"
    }

  # github_repository_collaborator.this["devgrants:2color"] will be created
  + resource "github_repository_collaborator" "this" {
      + id                          = (known after apply)
      + invitation_id               = (known after apply)
      + permission                  = "admin"
      + permission_diff_suppression = false
      + repository                  = "devgrants"
      + username                    = "2color"
    }

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

@laurentsenta laurentsenta merged commit 186cef0 into ipfs:master Sep 21, 2023
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