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["helia-verified-fetch/.github/pull_request_template.md"] will be created
+ resource "github_repository_file" "this" {
+ branch = "main"
+ commit_author = "GitHub"
+ commit_email = "noreply@github.com"
+ commit_message = "chore: Update .github/pull_request_template.md [skip ci]"
+ commit_sha = (known after apply)
+ content = <<-EOT
## Title
## Description
## Notes & open questions
## Change checklist
- [ ] I have performed a self-review of my own code
- [ ] I have made corresponding changes to the documentation if necessary (this includes comments as well)
- [ ] I have added tests that prove my fix is effective or that my feature works
EOT
+ file = ".github/pull_request_template.md"
+ id = (known after apply)
+ overwrite_on_create = true
+ ref = (known after apply)
+ repository = "helia-verified-fetch"
+ sha = (known after apply)
}
# github_repository_file.this["helia-verified-fetch/.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 = "helia-verified-fetch"
+ sha = (known after apply)
}
Plan: 2 to add, 0 to change, 0 to destroy.
```
The changes in this PR were made by a bot. Please review carefully.