filecoin-project / github-mgmt

0 stars 6 forks source link

grant web3-bot push access to uci fork #85

Closed galargh closed 5 days ago

galargh commented 5 days ago

Summary

Why do you need this?

What else do we need to know?

DRI: myself

Reviewer's Checklist

github-actions[bot] commented 5 days ago

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

Access Changes ``` User web3-bot: - will gain push permission to unified-github-workflows ```
github-actions[bot] commented 5 days 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 Terraform will perform the following actions: # github_repository_collaborator.this["unified-github-workflows:web3-bot"] will be created + resource "github_repository_collaborator" "this" { + id = (known after apply) + invitation_id = (known after apply) + permission = "push" + permission_diff_suppression = false + repository = "unified-github-workflows" + username = "web3-bot" } Plan: 1 to add, 0 to change, 0 to destroy. ```