docs: add invalid template workflow (#340)

pull/341/head
samwiseg0 4 years ago committed by GitHub
parent 675060bcdf
commit ae2ede8952
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,19 @@
name: 'Invalid Template'
on:
issues:
types: [labeled, unlabeled, reopened]
jobs:
support:
runs-on: ubuntu-latest
steps:
- uses: dessant/support-requests@v2
with:
github-token: ${{ github.token }}
support-label: 'invalid:template-incomplete'
issue-comment: >
:wave: @{issue-author}, please edit your issue and follow the template provided.
close-issue: false
lock-issue: true
issue-lock-reason: 'resolved'
Loading…
Cancel
Save