From 142edda0d466909fb81798bd72669c726e2b8e75 Mon Sep 17 00:00:00 2001 From: Sheneska Williams <74882676+sheneska@users.noreply.github.com> Date: Mon, 20 May 2024 12:30:42 -0400 Subject: [PATCH] Fix PR Triage action (#2495) --- .github/workflows/pull-request.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 3fed1a15ba..1e40a98db2 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -6,6 +6,9 @@ jobs: triage: runs-on: ubuntu-latest steps: + - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + with: + repository: "hashicorp/terraform-provider-kubernetes" - uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0 with: configuration-path: .github/labeler-pull-request-triage.yml