From c378712ef7911f891a836fd5d0f6857bc2a33506 Mon Sep 17 00:00:00 2001 From: tycrek Date: Fri, 29 May 2020 10:24:19 -0600 Subject: [PATCH] Revert the revert --- .github/workflows/labeler.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 4ca4e83..fb4944e 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,4 +1,4 @@ -name: RegEx Issue Labeler +name: RegEx Issue Title Labeler on: issues: types: [opened, edited] @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Apply Label - uses: github/issue-labeler@v2.0 + uses: tycrek/issue-labeler@v2.2 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" configuration-path: .github/labeler.yml