Skip to content

Rename CollectTimelineInstances settings to CollectShot. (fix xml_preset_attrs_from_comments in collect_shots). #40

Rename CollectTimelineInstances settings to CollectShot. (fix xml_preset_attrs_from_comments in collect_shots).

Rename CollectTimelineInstances settings to CollectShot. (fix xml_preset_attrs_from_comments in collect_shots). #40

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 }}