mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 07:59:02 +00:00
22 lines
482 B
YAML
22 lines
482 B
YAML
|
---
|
||
|
|
||
|
name: 'Invalid Template'
|
||
|
|
||
|
on:
|
||
|
issues:
|
||
|
types: [labeled, unlabeled, reopened]
|
||
|
|
||
|
jobs:
|
||
|
support:
|
||
|
runs-on: ubuntu-20.04
|
||
|
steps:
|
||
|
- uses: dessant/support-requests@v2
|
||
|
with:
|
||
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||
|
support-label: 'invalid:template-incomplete'
|
||
|
issue-comment: >
|
||
|
:wave: @{issue-author}, please follow the template provided.
|
||
|
close-issue: true
|
||
|
lock-issue: true
|
||
|
issue-lock-reason: 'resolved'
|