mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-09-26 19:51:42 +02:00
ci: Add Github Action to enforce template to issues (#5295)
Add workflow template for enforcing issue template
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
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 }}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user