awesome-privacy/.github/workflows/ticket-check.yml
2022-07-30 14:24:16 +01:00

13 lines
394 B
YAML

# Validates that newly opened issues contain enough info
name: 🎫 Ticket Compliance
on:
issues:
types: [opened]
jobs:
issue-check:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/needs-more-info@v1.0.5
with:
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
CONFIG_FILE: .github/workflows/config/ticket-check-config.yml