mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-27 23:11:09 +00:00
Remove workflow file, task checked by the bot (#3917)
This commit is contained in:
parent
f036b9f358
commit
f2c1f98a23
20
.github/workflows/auto_close_empty_issues.yml
vendored
20
.github/workflows/auto_close_empty_issues.yml
vendored
|
@ -1,20 +0,0 @@
|
|||
# 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.
|
||||
# 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:
|
||||
issues:
|
||||
types: [opened]
|
||||
jobs:
|
||||
check-issue-body-not-empty:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- if: github.event.issue.body == 0
|
||||
name: Close Issue
|
||||
uses: peter-evans/close-issue@v1
|
||||
with:
|
||||
comment: |
|
||||
Issue body must contain content.
|
||||
Auto-closing this issue.
|
Loading…
Reference in New Issue
Block a user