Skip to content

Test use a reusable workflow without a ref #1

Test use a reusable workflow without a ref

Test use a reusable workflow without a ref #1

Workflow file for this run

name: 📝 Validate Issues
on:
issues:
types: [opened, labeled, unlabeled]
jobs:
check-labels-on-issues:
uses: Automattic/dangermattic/.github/workflows/reusable-check-labels-on-issues.yml

Check failure on line 9 in .github/workflows/validate-issues.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/validate-issues.yml

Invalid workflow file

invalid value workflow reference: no version specified
with:
label-format-list: '[
"^\[.+\]",
"^[[:alnum:]]"
]'
label-error-message: '🚫 Please add a type label (e.g. **[Type] Enhancement**) and a feature label (e.g. **Stats**) to this issue.'
label-success-message: 'Thanks for reporting! 👍'
secrets:
github-token: ${{ secrets.DANGERMATTIC_GITHUB_TOKEN }}