Fix pre-commit error in GitHub action file (#2765)

This commit is contained in:
Dhruv 2020-10-04 21:16:13 +05:30 committed by GitHub
parent fb9b9ecccf
commit b934da4516
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,10 @@
# GitHub Action that uses close-issue auto-close empty issues after they are opened.
# If the issue body text is empty the Action auto-closes it and sends a notification.
# If the issue body text is empty the Action auto-closes it and sends a notification.
# Otherwise if the issue body is not empty, it does nothing and the issue remains open.
# https://github.com/marketplace/actions/close-issue
name: auto_close_empty_issues
on:
on:
issues:
types: [opened]
jobs: