We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b3ec0 commit 142eddaCopy full SHA for 142edda
.github/workflows/pull-request.yml
@@ -6,6 +6,9 @@ jobs:
6
triage:
7
runs-on: ubuntu-latest
8
steps:
9
+ - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
10
+ with:
11
+ repository: "hashicorp/terraform-provider-kubernetes"
12
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
13
with:
14
configuration-path: .github/labeler-pull-request-triage.yml
0 commit comments