filecoin-project / github-mgmt

0 stars 6 forks source link

go-fil-commp-hashhash: change admins to lotus-maintainers #57

Closed BigLep closed 3 months ago

BigLep commented 3 months ago

Requested in https://filecoinproject.slack.com/archives/CP50PPW2X/p1723235519301469

Reviewer's Checklist

github-actions[bot] commented 3 months ago

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 - destroy Terraform will perform the following actions: # github_repository_collaborator.this["go-fil-commp-hashhash:anjor"] will be destroyed # (because key ["go-fil-commp-hashhash:anjor"] is not in for_each map) - resource "github_repository_collaborator" "this" { - id = "go-fil-commp-hashhash:anjor" -> null - permission = "maintain" -> null - repository = "go-fil-commp-hashhash" -> null - username = "anjor" -> null } # github_repository_collaborator.this["go-fil-commp-hashhash:ribasushi"] will be destroyed # (because key ["go-fil-commp-hashhash:ribasushi"] is not in for_each map) - resource "github_repository_collaborator" "this" { - id = "go-fil-commp-hashhash:ribasushi" -> null - permission = "admin" -> null - repository = "go-fil-commp-hashhash" -> null - username = "ribasushi" -> null } # github_team_repository.this["lotus-contributors:go-fil-commp-hashhash"] will be created + resource "github_team_repository" "this" { + etag = (known after apply) + id = (known after apply) + permission = "push" + repository = "go-fil-commp-hashhash" + team_id = "7328060" } # github_team_repository.this["lotus-maintainers:go-fil-commp-hashhash"] will be created + resource "github_team_repository" "this" { + etag = (known after apply) + id = (known after apply) + permission = "admin" + repository = "go-fil-commp-hashhash" + team_id = "4890221" } Plan: 2 to add, 0 to change, 2 to destroy. ```
github-actions[bot] commented 3 months ago

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

Access Changes ``` User aarshkshah1992: - will gain admin permission to go-fil-commp-hashhash User anjor: - will lose maintain permission to go-fil-commp-hashhash User biglep: - will gain admin permission to go-fil-commp-hashhash User cryptonemo: - will gain push permission to go-fil-commp-hashhash User fridrik01: - will gain push permission to go-fil-commp-hashhash User glacierwalrus: - will gain push permission to go-fil-commp-hashhash User hannahhoward: - will gain push permission to go-fil-commp-hashhash User jennijuju: - will gain admin permission to go-fil-commp-hashhash User kubuxu: - will gain admin permission to go-fil-commp-hashhash User lexluthr: - will gain push permission to go-fil-commp-hashhash User maciejwitowski: - will gain push permission to go-fil-commp-hashhash User magik6k: - will gain admin permission to go-fil-commp-hashhash User masih: - will gain admin permission to go-fil-commp-hashhash User nonsense: - will gain push permission to go-fil-commp-hashhash User raulk: - will gain push permission to go-fil-commp-hashhash User ribasushi: - will lose admin permission to go-fil-commp-hashhash User rjan90: - will gain admin permission to go-fil-commp-hashhash User rvagg: - will gain admin permission to go-fil-commp-hashhash User snissn: - will gain push permission to go-fil-commp-hashhash User stebalien: - will gain admin permission to go-fil-commp-hashhash User tippyflitsuk: - will gain admin permission to go-fil-commp-hashhash User whyrusleeping: - will gain push permission to go-fil-commp-hashhash User willscott: - will gain push permission to go-fil-commp-hashhash User zenground0: - will gain admin permission to go-fil-commp-hashhash ```