Improve audio stream selection for video-only streams in the downloader #7
Workflow file for this run
This file contains 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: "PR size labeler" | |
on: [pull_request] | |
jobs: | |
changed-lines-count-labeler: | |
runs-on: ubuntu-latest | |
name: Automatically labelling pull requests based on the changed lines count | |
steps: | |
- name: Set a label | |
uses: vkirilichev/[email protected] | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
configuration-path: .github/changed-lines-count-labeler.yml |