We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fe834f commit 61fca41Copy full SHA for 61fca41
.github/workflows/auto_close_empty_issues.yml
@@ -1,10 +1,10 @@
1
# GitHub Action that uses close-issue auto-close empty issues after they are opened.
2
-# 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.
3
# Otherwise if the issue body is not empty, it does nothing and the issue remains open.
4
# https://github.com/marketplace/actions/close-issue
5
6
name: auto_close_empty_issues
7
-on:
+on:
8
issues:
9
types: [opened]
10
jobs:
0 commit comments