Skip to content

Conversation

@ipfs-mgmt-read-write
Copy link
Contributor

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

@ipfs-mgmt-read-write ipfs-mgmt-read-write bot requested a review from a team as a code owner February 2, 2025 00:36
@ipfs-mgmt-read-write ipfs-mgmt-read-write bot requested review from a team and laurentsenta February 2, 2025 00:36
@github-actions
Copy link
Contributor

github-actions bot commented Feb 2, 2025

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_file.this["ipfs-deploy-action/.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          = "ipfs-deploy-action"
      + sha                 = (known after apply)
    }

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

@galargh galargh merged commit 162508f into master Feb 2, 2025
6 checks passed
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.

2 participants