Skip to content

Better resolution for play and search command track results to consider the artist name too in its query #6645

Better resolution for play and search command track results to consider the artist name too in its query

Better resolution for play and search command track results to consider the artist name too in its query #6645

Workflow file for this run

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 }}