Skip to content

Commit 142edda

Browse files
authored
Fix PR Triage action (#2495)
1 parent 33b3ec0 commit 142edda

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pull-request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ jobs:
66
triage:
77
runs-on: ubuntu-latest
88
steps:
9+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
10+
with:
11+
repository: "hashicorp/terraform-provider-kubernetes"
912
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
1013
with:
1114
configuration-path: .github/labeler-pull-request-triage.yml

0 commit comments

Comments
 (0)