From bd2b2a3f5f9e21f86cc88a967d2c05e212cf28ce Mon Sep 17 00:00:00 2001 From: Sita Ganesh <134408638+SitaGanesh@users.noreply.github.com> Date: Sat, 11 Jan 2025 10:07:01 +0530 Subject: [PATCH] Update issues_labeler.yml Remove invalid enable-versioned-regex input from issue labeler workflow The enable-versioned-regex input is not recognized by the github/issue-labeler action, causing the workflow to fail. This commit removes that line to fix the issue. --- .github/workflows/issues_labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issues_labeler.yml b/.github/workflows/issues_labeler.yml index f4884efc..a1001eb7 100644 --- a/.github/workflows/issues_labeler.yml +++ b/.github/workflows/issues_labeler.yml @@ -12,4 +12,4 @@ jobs: with: repo-token: "${{ secrets.GITHUB_TOKEN }}" configuration-path: .github/issues_labeler.yml - enable-versioned-regex: 0 \ No newline at end of file +