From e167643d6e9c013059e765948c5cd4361fbfe763 Mon Sep 17 00:00:00 2001 From: Marko Date: Wed, 1 Feb 2023 21:12:32 +0100 Subject: [PATCH] chore: fix action (#14874) --- .github/workflows/issue_labeler.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/issue_labeler.yml b/.github/workflows/issue_labeler.yml index 94e28f04f0..db21a47b0b 100644 --- a/.github/workflows/issue_labeler.yml +++ b/.github/workflows/issue_labeler.yml @@ -7,8 +7,9 @@ jobs: triage: runs-on: ubuntu-latest steps: - - uses: github/issue-labeler@v2.6 - if: join(github.event.issue.labels) == '' - with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" - configuration-path: .github/issue_labeler.yml + - uses: github/issue-labeler@v2.6 + if: join(github.event.issue.labels) == '' + with: + repo-token: "${{ secrets.GITHUB_TOKEN }}" + configuration-path: .github/issue_labeler.yml + enable-versioned-regex: 0