Load Clip: Set filepath with fromUserText to ensure video without frame range metadata on version sets frame range correctly
#392
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: 🔎 Validate PR Labels | |
| on: | |
| pull_request: | |
| types: | |
| - opened | |
| - edited | |
| - labeled | |
| - unlabeled | |
| jobs: | |
| validate-type-label: | |
| uses: ynput/ops-repo-automation/.github/workflows/validate_pr_labels.yml@main | |
| with: | |
| repo: "${{ github.repository }}" | |
| pull_request_number: ${{ github.event.pull_request.number }} | |
| query_prefix: "type: " | |
| secrets: | |
| token: ${{ secrets.YNPUT_BOT_TOKEN }} |