Fix audio ducking issue by using Android's automatic audio focus management #1694
Workflow file for this run
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: "PR size labeler" | |
| on: [pull_request_target] | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| jobs: | |
| changed-lines-count-labeler: | |
| runs-on: ubuntu-latest | |
| name: Automatically labelling pull requests based on the changed lines count | |
| permissions: | |
| pull-requests: write | |
| steps: | |
| - name: Set a label | |
| uses: TeamNewPipe/changed-lines-count-labeler@main | |
| with: | |
| repo-token: ${{ secrets.GITHUB_TOKEN }} | |
| configuration-path: .github/changed-lines-count-labeler.yml |