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

chore: make p-shahi temp admin #253

Closed
wants to merge 2 commits into from
Closed

Conversation

p-shahi
Copy link
Member

@p-shahi p-shahi commented Sep 26, 2024

Summary

I am a member of the github-mgmt Stewards user group and need to be a temporary admin to resolve #251

DRI: myself

Reviewer's Checklist

  • It is clear where the request is coming from (if unsure, ask)
  • All the automated checks passed
  • The YAML changes reflect the summary of the request
  • The Terraform plan posted as a comment reflects the summary of the request

Copy link
Contributor

The following access changes will be introduced as a result of applying the plan:

Access Changes
User p-shahi:
  - will have the role in the organization change from member to admin

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

Terraform will perform the following actions:

  # github_membership.this["p-shahi"] will be updated in-place
  ~ resource "github_membership" "this" {
        id       = "libp2p:p-shahi"
      ~ role     = "member" -> "admin"
        # (2 unchanged attributes hidden)
    }

  # github_repository_file.this["js-libp2p-devtools/.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
            <!---
            The title of the PR will be the commit message of the merge commit, so please make sure it is descriptive enough.
            We utilize the Conventional Commits specification for our commit messages. See <https://www.conventionalcommits.org/en/v1.0.0/#specification> for more information.
            The commit tag types can be of one of the following: feat, fix, deps, refactor, chore, docs. See <https://github.com/libp2p/js-libp2p/blob/master/.github/workflows/main.yml#L235-L242>
            The title must also be fewer than 72 characters long or it will fail the Semantic PR check. See <https://github.com/libp2p/js-libp2p/blob/master/.github/workflows/semantic-pull-request.yml>
            --->
            
            ## Description
            
            <!--
            Please write a summary of your changes and why you made them.
            Please include any relevant issues in here, for example:
            Related https://github.com/libp2p/js-libp2p/issues/ABCD.
            Fixes https://github.com/libp2p/js-libp2p/issues/XYZ.
            -->
            
            ## Notes & open questions
            
            <!--
            Any notes, remarks or open questions you have to make about the PR which don't need to go into the final commit message.
            -->
            
            ## 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          = "js-libp2p-devtools"
      + sha                 = (known after apply)
    }

  # github_repository_file.this["js-libp2p-devtools/.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-devtools"
      + sha                 = (known after apply)
    }

  # github_repository_file.this["js-libp2p-devtools/.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-devtools"
      + sha                 = (known after apply)
    }

  # github_repository_file.this["js-libp2p-example-browser-pubsub/.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-browser-pubsub"
      + sha                 = (known after apply)
    }

  # github_repository_file.this["js-libp2p-example-browser-pubsub/.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-browser-pubsub"
      + sha                 = (known after apply)
    }

  # github_repository_file.this["js-libp2p-example-chat/.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-chat"
      + sha                 = (known after apply)
    }

  # github_repository_file.this["js-libp2p-example-chat/.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-chat"
      + sha                 = (known after apply)
    }

  # 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)
    }

  # github_repository_file.this["js-libp2p-example-connection-encryption/.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-connection-encryption"
      + sha                 = (known after apply)
    }

  # github_repository_file.this["js-libp2p-example-connection-encryption/.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-connection-encryption"
      + sha                 = (known after apply)
    }

  # github_repository_file.this["js-libp2p-example-custom-protocols/.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-custom-protocols"
      + sha                 = (known after apply)
    }

  # github_repository_file.this["js-libp2p-example-custom-protocols/.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-custom-protocols"
      + sha                 = (known after apply)
    }

  # github_repository_file.this["js-libp2p-example-delegated-routing/.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-delegated-routing"
      + sha                 = (known after apply)
    }

  # github_repository_file.this["js-libp2p-example-delegated-routing/.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-delegated-routing"
      + sha                 = (known after apply)
    }

  # github_repository_file.this["js-libp2p-example-discovery-mechanisms/.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-discovery-mechanisms"
      + sha                 = (known after apply)
    }

  # github_repository_file.this["js-libp2p-example-discovery-mechanisms/.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-discovery-mechanisms"
      + sha                 = (known after apply)
    }

  # github_repository_file.this["js-libp2p-example-peer-and-content-routing/.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
            <!---
            The title of the PR will be the commit message of the merge commit, so please make sure it is descriptive enough.
            We utilize the Conventional Commits specification for our commit messages. See <https://www.conventionalcommits.org/en/v1.0.0/#specification> for more information.
            The commit tag types can be of one of the following: feat, fix, deps, refactor, chore, docs. See <https://github.com/libp2p/js-libp2p/blob/master/.github/workflows/main.yml#L235-L242>
            The title must also be fewer than 72 characters long or it will fail the Semantic PR check. See <https://github.com/libp2p/js-libp2p/blob/master/.github/workflows/semantic-pull-request.yml>
            --->
            
            ## Description
            
            <!--
            Please write a summary of your changes and why you made them.
            Please include any relevant issues in here, for example:
            Related https://github.com/libp2p/js-libp2p/issues/ABCD.
            Fixes https://github.com/libp2p/js-libp2p/issues/XYZ.
            -->
            
            ## Notes & open questions
            
            <!--
            Any notes, remarks or open questions you have to make about the PR which don't need to go into the final commit message.
            -->
            
            ## 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          = "js-libp2p-example-peer-and-content-routing"
      + sha                 = (known after apply)
    }

  # github_repository_file.this["js-libp2p-example-peer-and-content-routing/.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-peer-and-content-routing"
      + sha                 = (known after apply)
    }

  # github_repository_file.this["js-libp2p-example-peer-and-content-routing/.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-peer-and-content-routing"
      + sha                 = (known after apply)
    }

  # github_repository_file.this["js-libp2p-example-pnet/.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
            <!---
            The title of the PR will be the commit message of the merge commit, so please make sure it is descriptive enough.
            We utilize the Conventional Commits specification for our commit messages. See <https://www.conventionalcommits.org/en/v1.0.0/#specification> for more information.
            The commit tag types can be of one of the following: feat, fix, deps, refactor, chore, docs. See <https://github.com/libp2p/js-libp2p/blob/master/.github/workflows/main.yml#L235-L242>
            The title must also be fewer than 72 characters long or it will fail the Semantic PR check. See <https://github.com/libp2p/js-libp2p/blob/master/.github/workflows/semantic-pull-request.yml>
            --->
            
            ## Description
            
            <!--
            Please write a summary of your changes and why you made them.
            Please include any relevant issues in here, for example:
            Related https://github.com/libp2p/js-libp2p/issues/ABCD.
            Fixes https://github.com/libp2p/js-libp2p/issues/XYZ.
            -->
            
            ## Notes & open questions
            
            <!--
            Any notes, remarks or open questions you have to make about the PR which don't need to go into the final commit message.
            -->
            
            ## 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          = "js-libp2p-example-pnet"
      + sha                 = (known after apply)
    }

  # github_repository_file.this["js-libp2p-example-pnet/.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-pnet"
      + sha                 = (known after apply)
    }

  # github_repository_file.this["js-libp2p-example-pnet/.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-pnet"
      + sha                 = (known after apply)
    }

  # github_repository_file.this["js-libp2p-example-protocol-and-stream-muxing/.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
            <!---
            The title of the PR will be the commit message of the merge commit, so please make sure it is descriptive enough.
            We utilize the Conventional Commits specification for our commit messages. See <https://www.conventionalcommits.org/en/v1.0.0/#specification> for more information.
            The commit tag types can be of one of the following: feat, fix, deps, refactor, chore, docs. See <https://github.com/libp2p/js-libp2p/blob/master/.github/workflows/main.yml#L235-L242>
            The title must also be fewer than 72 characters long or it will fail the Semantic PR check. See <https://github.com/libp2p/js-libp2p/blob/master/.github/workflows/semantic-pull-request.yml>
            --->
            
            ## Description
            
            <!--
            Please write a summary of your changes and why you made them.
            Please include any relevant issues in here, for example:
            Related https://github.com/libp2p/js-libp2p/issues/ABCD.
            Fixes https://github.com/libp2p/js-libp2p/issues/XYZ.
            -->
            
            ## Notes & open questions
            
            <!--
            Any notes, remarks or open questions you have to make about the PR which don't need to go into the final commit message.
            -->
            
            ## 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          = "js-libp2p-example-protocol-and-stream-muxing"
      + sha                 = (known after apply)
    }

  # github_repository_file.this["js-libp2p-example-protocol-and-stream-muxing/.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-protocol-and-stream-muxing"
      + sha                 = (known after apply)
    }

  # github_repository_file.this["js-libp2p-example-protocol-and-stream-muxing/.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-protocol-and-stream-muxing"
      + sha                 = (known after apply)
    }

  # github_repository_file.this["js-libp2p-example-pubsub/.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
            <!---
            The title of the PR will be the commit message of the merge commit, so please make sure it is descriptive enough.
            We utilize the Conventional Commits specification for our commit messages. See <https://www.conventionalcommits.org/en/v1.0.0/#specification> for more information.
            The commit tag types can be of one of the following: feat, fix, deps, refactor, chore, docs. See <https://github.com/libp2p/js-libp2p/blob/master/.github/workflows/main.yml#L235-L242>
            The title must also be fewer than 72 characters long or it will fail the Semantic PR check. See <https://github.com/libp2p/js-libp2p/blob/master/.github/workflows/semantic-pull-request.yml>
            --->
            
            ## Description
            
            <!--
            Please write a summary of your changes and why you made them.
            Please include any relevant issues in here, for example:
            Related https://github.com/libp2p/js-libp2p/issues/ABCD.
            Fixes https://github.com/libp2p/js-libp2p/issues/XYZ.
            -->
            
            ## Notes & open questions
            
            <!--
            Any notes, remarks or open questions you have to make about the PR which don't need to go into the final commit message.
            -->
            
            ## 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          = "js-libp2p-example-pubsub"
      + sha                 = (known after apply)
    }

  # github_repository_file.this["js-libp2p-example-pubsub/.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-pubsub"
      + sha                 = (known after apply)
    }

  # github_repository_file.this["js-libp2p-example-pubsub/.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-pubsub"
      + sha                 = (known after apply)
    }

  # github_repository_file.this["js-libp2p-example-transports/.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
            <!---
            The title of the PR will be the commit message of the merge commit, so please make sure it is descriptive enough.
            We utilize the Conventional Commits specification for our commit messages. See <https://www.conventionalcommits.org/en/v1.0.0/#specification> for more information.
            The commit tag types can be of one of the following: feat, fix, deps, refactor, chore, docs. See <https://github.com/libp2p/js-libp2p/blob/master/.github/workflows/main.yml#L235-L242>
            The title must also be fewer than 72 characters long or it will fail the Semantic PR check. See <https://github.com/libp2p/js-libp2p/blob/master/.github/workflows/semantic-pull-request.yml>
            --->
            
            ## Description
            
            <!--
            Please write a summary of your changes and why you made them.
            Please include any relevant issues in here, for example:
            Related https://github.com/libp2p/js-libp2p/issues/ABCD.
            Fixes https://github.com/libp2p/js-libp2p/issues/XYZ.
            -->
            
            ## Notes & open questions
            
            <!--
            Any notes, remarks or open questions you have to make about the PR which don't need to go into the final commit message.
            -->
            
            ## 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          = "js-libp2p-example-transports"
      + sha                 = (known after apply)
    }

  # github_repository_file.this["js-libp2p-example-transports/.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-transports"
      + sha                 = (known after apply)
    }

  # github_repository_file.this["js-libp2p-example-transports/.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-transports"
      + sha                 = (known after apply)
    }

  # github_repository_file.this["js-libp2p-example-webrtc-private-to-private/.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
            <!---
            The title of the PR will be the commit message of the merge commit, so please make sure it is descriptive enough.
            We utilize the Conventional Commits specification for our commit messages. See <https://www.conventionalcommits.org/en/v1.0.0/#specification> for more information.
            The commit tag types can be of one of the following: feat, fix, deps, refactor, chore, docs. See <https://github.com/libp2p/js-libp2p/blob/master/.github/workflows/main.yml#L235-L242>
            The title must also be fewer than 72 characters long or it will fail the Semantic PR check. See <https://github.com/libp2p/js-libp2p/blob/master/.github/workflows/semantic-pull-request.yml>
            --->
            
            ## Description
            
            <!--
            Please write a summary of your changes and why you made them.
            Please include any relevant issues in here, for example:
            Related https://github.com/libp2p/js-libp2p/issues/ABCD.
            Fixes https://github.com/libp2p/js-libp2p/issues/XYZ.
            -->
            
            ## Notes & open questions
            
            <!--
            Any notes, remarks or open questions you have to make about the PR which don't need to go into the final commit message.
            -->
            
            ## 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          = "js-libp2p-example-webrtc-private-to-private"
      + sha                 = (known after apply)
    }

  # github_repository_file.this["js-libp2p-example-webrtc-private-to-private/.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-webrtc-private-to-private"
      + sha                 = (known after apply)
    }

  # github_repository_file.this["js-libp2p-example-webrtc-private-to-private/.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-webrtc-private-to-private"
      + sha                 = (known after apply)
    }

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

@p-shahi p-shahi closed this Sep 26, 2024
@p-shahi p-shahi deleted the make-pshahi-temp-admin branch September 26, 2024 23:52
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.

[General] mergify permissions
2 participants