MP1-5227: Core: VideoPlayerVMR7: Fix Subtitle Language/Name in case of difference between current video file and subtitle engine #169
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: Workflow / Size and Stability labels | |
on: | |
pull_request_target: | |
types: [opened, synchronize] | |
# push: | |
# branches: [master] | |
jobs: | |
add-labels: | |
name: Add labels | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
pull-requests: write | |
steps: | |
- name: Add Size and Stability labels | |
uses: victorx64/pr-label@v0 | |
with: | |
# Optional pattern used to limit paths. | |
# See https://git-scm.com/docs/gitglossary#Documentation/gitglossary.txt-aiddefpathspecapathspec | |
git-pathspec: "':!Build/**' ':!**/TuningParameters/**' ':!libbluray'" |