MP1-5227: Core: VideoPlayerVMR7: Fix Subtitle Language/Name in case of difference between current video file and subtitle engine #102
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 / Pull Request Labeler" | |
on: | |
pull_request_target: | |
types: [opened, edited] | |
jobs: | |
labeler: | |
name: Add labels to Pull Request | |
runs-on: ubuntu-latest | |
steps: | |
- name: Add labels to Pull Request | |
uses: github/[email protected] | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
configuration-path: .github/labeler.yml | |
enable-versioned-regex: 0 | |
include-title: 1 |