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

ci: update required checks for Kubo #126

Closed
wants to merge 1 commit into from
Closed

ci: update required checks for Kubo #126

wants to merge 1 commit into from

Conversation

galargh
Copy link
Contributor

@galargh galargh commented Mar 8, 2023

Required by: ipfs/kubo#9687

@github-actions
Copy link
Contributor

github-actions bot commented Mar 8, 2023

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
  ~ update in-place

Terraform will perform the following actions:

  # github_branch_protection.this["kubo:master"] will be updated in-place
  ~ resource "github_branch_protection" "this" {
        id                              = "MDIwOkJyYW5jaFByb3RlY3Rpb25SdWxlMjI5MDgxMA=="
        # (9 unchanged attributes hidden)

      ~ required_status_checks {
          ~ contexts = [
              + "Go Build",
              + "Go Check",
              + "Go Lint",
              + "Go Test",
              + "Sharness",
              - "ci/circleci: gobuild",
              - "ci/circleci: golint",
              - "ci/circleci: gotest",
              - "ci/circleci: sharness",
            ]
            # (1 unchanged attribute hidden)
        }

        # (1 unchanged block hidden)
    }

  # github_repository_file.this["eslint-config-ipfs/.github/workflows/stale.yml"] will be created
  + resource "github_repository_file" "this" {
      + branch              = "default"
      + commit_author       = (known after apply)
      + commit_email        = (known after apply)
      + 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 * * *'
            
            jobs:
              stale:
            
                runs-on: ubuntu-latest
                permissions:
                  issues: write
                  pull-requests: write
            
                steps:
                - uses: actions/stale@v3
                  with:
                    repo-token: ${{ secrets.GITHUB_TOKEN }}
                    stale-issue-message: 'Oops, seems like we needed more information for this issue, please comment with more details or this issue will be closed in 7 days.'
                    close-issue-message: 'This issue was closed because it is missing author input.'
                    stale-issue-label: 'kind/stale'
                    any-of-labels: 'need/author-input'
                    exempt-issue-labels: 'need/triage,need/community-input,need/maintainer-input,need/maintainers-input,need/analysis,status/blocked,status/in-progress,status/ready,status/deferred,status/inactive'
                    days-before-issue-stale: 6
                    days-before-issue-close: 7
                    enable-statistics: true
        EOT
      + file                = ".github/workflows/stale.yml"
      + id                  = (known after apply)
      + overwrite_on_create = false
      + repository          = "eslint-config-ipfs"
      + sha                 = (known after apply)
    }

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

@galargh galargh closed this Mar 28, 2023
@galargh galargh deleted the kubo-checks branch March 28, 2023 12:38
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