Skip to content

Commit 61fca41

Browse files
dhruvmanilastokhos
authored andcommitted
Fix pre-commit error in GitHub action file (TheAlgorithms#2765)
1 parent 5fe834f commit 61fca41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/auto_close_empty_issues.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# 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.
2+
# If the issue body text is empty the Action auto-closes it and sends a notification.
33
# Otherwise if the issue body is not empty, it does nothing and the issue remains open.
44
# https://github.com/marketplace/actions/close-issue
55

66
name: auto_close_empty_issues
7-
on:
7+
on:
88
issues:
99
types: [opened]
1010
jobs:

0 commit comments

Comments
 (0)