filecoin-project / github-mgmt

0 stars 6 forks source link

fix@9923955105 [skip fix] #44

Closed filecoin-project-mgmt-read-write[bot] closed 4 months ago

filecoin-project-mgmt-read-write[bot] commented 4 months ago

The changes in this PR were made by a bot. Please review carefully.

github-actions[bot] commented 4 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: ~ update in-place Terraform will perform the following actions: # github_repository.this["fil-b"] will be updated in-place ~ resource "github_repository" "this" { id = "fil-b" name = "fil-b" # (32 unchanged attributes hidden) ~ security_and_analysis { ~ secret_scanning { ~ status = "disabled" -> "enabled" } ~ secret_scanning_push_protection { ~ status = "disabled" -> "enabled" } } } Plan: 0 to add, 1 to change, 0 to destroy. ```