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

Adding users to Slackcident repo #98

Merged
merged 8 commits into from
Mar 7, 2025
Merged

Adding users to Slackcident repo #98

merged 8 commits into from
Mar 7, 2025

Conversation

filecoinfoundation-inf
Copy link
Contributor

Summary

Slackcident is a brand new repo I created.

Ken Toler will be bringing over one of his projects for incident response alerts. Adding Relotnek - Ken Toler
bloza-0514 - Baldemar Loza
Parthshah1 - Parth Shah
smagdali - Stef Magnadlinski

Why do you need this?

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

Slackcident is a brand new repo I created.

Ken Toler will be bringing over one of his projects for incident response alerts. Adding
Relotnek - Ken Toler
bloza-0514  - Baldemar Loza
Parthshah1 - Parth Shah
smagdali - Stef Magnadlinski
@filecoinfoundation-inf filecoinfoundation-inf requested a review from a team as a code owner February 17, 2025 18:47
Copy link
Contributor

github-actions bot commented Feb 17, 2025

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

Access Changes
User parthshah1:
  - will gain maintain permission to slackcident
User relotnek:
  - will gain admin permission to slackcident
User smagdali:
  - will gain maintain permission to slackcident
User bloza0514:
  - will gain maintain permission to slackcident

Copy link
Contributor

github-actions bot commented Feb 17, 2025

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

Terraform plans

filecoin-project

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

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

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

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

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

Copy link
Member

@BigLep BigLep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like slate was modified instead of slackcident.

@filecoinfoundation-inf
Copy link
Contributor Author

@BigLep thanks for flagging my mistake. Adjusted permissions to the correct repo.

@BigLep BigLep merged commit b0b84f8 into master Mar 7, 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