ipfs / github-mgmt

10 stars 25 forks source link

Make lidel an admin in .github #198

Closed galargh closed 8 months ago

galargh commented 8 months ago

Summary

Make lidel an admin in .github

Why do you need this?

Requested

What else do we need to know?

DRI: myself

Reviewer's Checklist

github-actions[bot] commented 8 months ago

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

Access Changes ``` User lidel: - will have the permission to .github change from pull to admin ```
github-actions[bot] commented 8 months ago

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:lidel"] 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 = "lidel" } Plan: 1 to add, 0 to change, 0 to destroy. ```