From be476a6b0a1c58fde982494e0f4af26a960c2dcb Mon Sep 17 00:00:00 2001 From: "hashicorp-tsccr[bot]" Date: Mon, 3 Apr 2023 17:08:37 +0100 Subject: [PATCH] Result of tsccr-helper -pin-all-workflows . --- .github/workflows/your-fork.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/your-fork.yml b/.github/workflows/your-fork.yml index d5b3d782..ecd05a35 100644 --- a/.github/workflows/your-fork.yml +++ b/.github/workflows/your-fork.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Automatically close pull requests if: ${{ github.repository.name }} == 'hashicorp/tfc-guide-example' - uses: superbrothers/close-pull-request@v3 + uses: superbrothers/close-pull-request@v3 # TSCCR: no entry for repository "superbrothers/close-pull-request" with: repo-token: ${{ secrets.GITHUB_TOKEN }} # Optional. Post a issue comment just before closing a pull request.