Skip to content

Commit

Permalink
Update issues_labeler.yml
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
SitaGanesh authored Jan 11, 2025
1 parent 2b75090 commit bd2b2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issues_labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/issues_labeler.yml
enable-versioned-regex: 0

0 comments on commit bd2b2a3

Please sign in to comment.