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

fixing the permissions on website-new #224

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

dhuseby
Copy link
Contributor

@dhuseby dhuseby commented Mar 21, 2024

Summary

Fixes the permissions on the website-new repo so that I can merge more changes.

Why do you need this?

There is an outstanding PR in the website-new repo that cannot be merged because the website-new repo doesn't have the correct permissions granted. This PR gives the website-new repo the same permissions as the website 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

Signed-off-by: Dave Grantham <dwh@linuxprogrammer.org>
@dhuseby dhuseby requested review from a team as code owners March 21, 2024 02:01
@dhuseby dhuseby self-assigned this Mar 21, 2024
Copy link
Contributor

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

Access Changes
User achingbrain:
  - will have the permission to website-new change from pull to admin
User aschmahmann:
  - will gain admin permission to website-new
User biglep:
  - will gain admin permission to website-new
User dhuseby:
  - will have the permission to website-new change from pull to admin
User galargh:
  - will gain admin permission to website-new
User guillaumemichel:
  - will gain admin permission to website-new
User jbenet:
  - will gain admin permission to website-new
User jorropo:
  - will gain admin permission to website-new
User kubuxu:
  - will gain admin permission to website-new
User laurentsenta:
  - will gain admin permission to website-new
User lidel:
  - will gain admin permission to website-new
User marcopolo:
  - will gain admin permission to website-new
User momack2:
  - will gain admin permission to website-new
User mxinden:
  - will gain admin permission to website-new
User p-shahi:
  - will have the permission to website-new change from pull to admin
User raulk:
  - will have the permission to website-new change from pull to admin
User stebalien:
  - will have the permission to website-new change from pull to admin

Copy link
Contributor

Before merge, verify that all the following plans are correct. They will be applied as-is after the merge.

Terraform plans

libp2p

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["website-new:momack2"] will be created
  + resource "github_repository_collaborator" "this" {
      + id                          = (known after apply)
      + invitation_id               = (known after apply)
      + permission                  = "admin"
      + permission_diff_suppression = false
      + repository                  = "website-new"
      + username                    = "momack2"
    }

  # github_team_repository.this["admin:website-new"] will be created
  + resource "github_team_repository" "this" {
      + etag       = (known after apply)
      + id         = (known after apply)
      + permission = "admin"
      + repository = "website-new"
      + team_id    = "2077192"
    }

  # github_team_repository.this["ci:website-new"] will be created
  + resource "github_team_repository" "this" {
      + etag       = (known after apply)
      + id         = (known after apply)
      + permission = "push"
      + repository = "website-new"
      + team_id    = "2562372"
    }

  # github_team_repository.this["w3dt-stewards:website-new"] will be created
  + resource "github_team_repository" "this" {
      + etag       = (known after apply)
      + id         = (known after apply)
      + permission = "admin"
      + repository = "website-new"
      + team_id    = "4657013"
    }

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

@p-shahi p-shahi merged commit 74b9300 into libp2p:master Mar 21, 2024
6 checks passed
@dhuseby dhuseby deleted the website-new-permissions branch March 24, 2024 14:53
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