From b01cfe6aa3248dc903d9681f7d9fea755c33cf8a Mon Sep 17 00:00:00 2001 From: Justin Wood Date: Wed, 22 Jul 2020 23:48:37 +0000 Subject: [PATCH] Correct version --- .github/workflows/labeler.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/labeler.yaml b/.github/workflows/labeler.yaml index 0d9fb7f47791c5..ee623f8d26ba29 100644 --- a/.github/workflows/labeler.yaml +++ b/.github/workflows/labeler.yaml @@ -15,7 +15,7 @@ jobs: - uses: actions/labeler@v2 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" - # - uses: jpmcb/prow-github-actions@v1 - # with: - # jobs: "pr-labeler" - # github-token: "${{ secrets.GITHUB_TOKEN }}" + - uses: jpmcb/prow-github-actions@v1.0.0 + with: + jobs: "pr-labeler" + github-token: "${{ secrets.GITHUB_TOKEN }}"