Skip to content

Commit

Permalink
ci: use a specific version of issue labeller (#2358)
Browse files Browse the repository at this point in the history
@barnabasbusa pointed out that the previous one has been broken for a
month

## Description
<!-- Describe this change, how it works, and the motivation behind it.
-->

## REMINDER: Tag Reviewers, so they get notified to review

## Is this change user facing?
YES/NO
<!-- If yes, please add the "user facing" label to the PR -->
<!-- If yes, don't forget to include docs changes where relevant -->

## References (if applicable)
<!-- Add relevant Github Issues, Discord threads, or other helpful
information. -->
<!-- You can auto-close issues by putting "Fixes #XXXX" here. -->
  • Loading branch information
h4ck3rk3y authored Apr 4, 2024
1 parent 1ed7978 commit 9081d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: github/issue-labeler@v3
- uses: github/issue-labeler@v3.3
with:
configuration-path: .github/issue-labeler.yml
enable-versioned-regex: 0
Expand Down

0 comments on commit 9081d22

Please sign in to comment.