Skip to content

Fix taxonomy capabilities #1525

Fix taxonomy capabilities

Fix taxonomy capabilities #1525

Workflow file for this run

name: Pull Request Validation
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
check-milestone:
name: Check Milestone
runs-on: ubuntu-latest
steps:
- if: github.event.pull_request.milestone == null
run: |
echo "This PR is missing a milestone."
exit 1