n8n/.github/workflows/check-issue-template.yml
agobrech 7a8b85ab11
ci: Add Github Action to enforce template to issues (#5295)
Add workflow template for enforcing issue template
2023-06-30 11:07:37 +02:00

19 lines
313 B
YAML

name: Check Issue Template
on:
issues:
types: [opened, edited]
jobs:
check-issue:
name: Check Issue Template
runs-on: ubuntu-latest
steps:
- name: Run Check Issue Template
uses: n8n-io/GH-actions-playground@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}