Skip to content

[STYLE CHANGE] Change whole content to Markdown #155

[STYLE CHANGE] Change whole content to Markdown

[STYLE CHANGE] Change whole content to Markdown #155

name: Auto Close Empty Issues
on:
issues:
types: [opened]
jobs:
check-issue-body-not-empty:
runs-on: ubuntu-latest
steps:
- if: github.event.issue.body == 0
name: Close Isssue
uses: peter-evans/close-issue@v1
with:
comment: |
Issue body must contain content.
Auto closing this issue.