Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

Conversation

@ghost
Copy link

@ghost ghost commented Feb 23, 2025

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

@ghost ghost self-requested a review as a code owner February 23, 2025 00:24
@ghost ghost self-requested a review February 23, 2025 00:24
@github-actions
Copy link
Contributor

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:
  + create

Terraform will perform the following actions:

  # github_repository_file.this["js-libp2p-example-circuit-relay/.github/workflows/semantic-pull-request.yml"] will be created
  + resource "github_repository_file" "this" {
      + branch              = "main"
      + commit_author       = "GitHub"
      + commit_email        = "noreply@github.com"
      + commit_message      = "chore: Update .github/workflows/semantic-pull-request.yml [skip ci]"
      + commit_sha          = (known after apply)
      + content             = <<-EOT
            name: Semantic PR
            
            on:
              pull_request_target:
                types:
                  - opened
                  - edited
                  - synchronize
            
            jobs:
              main:
                uses: pl-strflt/.github/.github/workflows/reusable-semantic-pull-request.yml@v0.3
        EOT
      + file                = ".github/workflows/semantic-pull-request.yml"
      + id                  = (known after apply)
      + overwrite_on_create = true
      + ref                 = (known after apply)
      + repository          = "js-libp2p-example-circuit-relay"
      + sha                 = (known after apply)
    }

  # github_repository_file.this["js-libp2p-example-circuit-relay/.github/workflows/stale.yml"] will be created
  + resource "github_repository_file" "this" {
      + branch              = "main"
      + commit_author       = "GitHub"
      + commit_email        = "noreply@github.com"
      + commit_message      = "chore: Update .github/workflows/stale.yml [skip ci]"
      + commit_sha          = (known after apply)
      + content             = <<-EOT
            name: Close and mark stale issue
            
            on:
              schedule:
                - cron: '0 0 * * *'
            
            permissions:
              issues: write
              pull-requests: write
            
            jobs:
              stale:
                uses: pl-strflt/.github/.github/workflows/reusable-stale-issue.yml@v0.3
        EOT
      + file                = ".github/workflows/stale.yml"
      + id                  = (known after apply)
      + overwrite_on_create = true
      + ref                 = (known after apply)
      + repository          = "js-libp2p-example-circuit-relay"
      + sha                 = (known after apply)
    }

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

@galargh galargh merged commit 2bcb218 into master Feb 23, 2025
6 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant