mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-26 05:04:05 -08:00
7ce5d8fd90
Supersedes https://github.com/n8n-io/n8n/pull/6937 Excluding fixtures and test workflow JSONs to avoid having to update tests.
16 lines
310 B
YAML
16 lines
310 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 }}
|