Video stutters on Android when the page is idle — frames presented unevenly, no dropped or frozen frames #97415
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: Assign issue labels | |
| on: | |
| issues: | |
| types: [opened, edited] | |
| permissions: | |
| issues: write | |
| contents: read | |
| jobs: | |
| label: | |
| runs-on: ubuntu-slim | |
| steps: | |
| - uses: github/issue-labeler@c1b0f9f52a63158c4adc09425e858e87b32e9685 # v3.4 | |
| with: | |
| enable-versioned-regex: 0 | |
| include-title: 1 | |
| configuration-path: .github/labeler.yml | |
| #sync-labels: 1 # This removes also manually added labels on edit |