mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
18 lines
442 B
YAML
18 lines
442 B
YAML
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@develop
|
|
with:
|
|
repo: "${{ github.repository }}"
|
|
pull_request_number: ${{ github.event.pull_request.number }}
|
|
query_prefix: "type: "
|
|
secrets:
|
|
token: ${{ secrets.YNPUT_BOT_TOKEN }}
|