Better resolution for play and search command track results to consider the artist name too in its query #6645
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Labeler | |
| on: | |
| issues: | |
| types: [ opened, edited ] | |
| pull_request_target: | |
| types: [ opened, edited ] | |
| jobs: | |
| labeler: | |
| name: Assign Labels | |
| if: github.actor != 'dependabot[bot]' | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Assign Labels | |
| uses: srvaroa/labeler@master | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |