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

start tracking labels through github-mgmt #149

Merged
merged 5 commits into from
May 18, 2023
Merged

start tracking labels through github-mgmt #149

merged 5 commits into from
May 18, 2023

Conversation

galargh
Copy link
Contributor

@galargh galargh commented May 18, 2023

With this in place, we'll start tracking labels via this repo. I'll run a sync on it before merge.

@github-actions
Copy link
Contributor

github-actions bot commented May 18, 2023

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

Terraform plans

libp2p

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["dht-hardening"] will be updated in-place
  ~ resource "github_repository" "this" {
        id                          = "dht-hardening"
        name                        = "dht-hardening"
        # (33 unchanged attributes hidden)

      + security_and_analysis {
          + advanced_security {
              + status = "disabled"
            }

          + secret_scanning {
              + status = "disabled"
            }

          + secret_scanning_push_protection {
              + status = "disabled"
            }
        }
    }

  # github_repository.this["go-libp2p-holepunch-test"] will be updated in-place
  ~ resource "github_repository" "this" {
        id                          = "go-libp2p-holepunch-test"
        name                        = "go-libp2p-holepunch-test"
        # (33 unchanged attributes hidden)

      + security_and_analysis {
          + advanced_security {
              + status = "disabled"
            }

          + secret_scanning {
              + status = "disabled"
            }

          + secret_scanning_push_protection {
              + status = "disabled"
            }
        }
    }

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

@galargh galargh marked this pull request as ready for review May 18, 2023 17:36
@galargh galargh requested review from a team as code owners May 18, 2023 17:36
@galargh galargh merged commit e475e95 into master May 18, 2023
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.

1 participant