From 522e341c4ae75f9177c2b286206019f65489889b Mon Sep 17 00:00:00 2001 From: Issy Long Date: Wed, 18 Dec 2019 22:07:43 +0000 Subject: [PATCH] git rm .github/issue-close-app.yml - We decided to disable this bot earlier this year, so we don't need the configs any more. --- .github/issue-close-app.yml | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 .github/issue-close-app.yml diff --git a/.github/issue-close-app.yml b/.github/issue-close-app.yml deleted file mode 100644 index f3fcfe733b..0000000000 --- a/.github/issue-close-app.yml +++ /dev/null @@ -1,33 +0,0 @@ -# Comment that will be sent if an issue is judged to be closed -comment: | - Whoops, it looks like you created an issue without filling out the checklist and providing all the needed information from one of the issue templates: - - As we need all this information to help you we're closing this issue. If you add the necessary information to this issue (**don't create a new or duplicate issue, please**) and comment to let us know, a Homebrew maintainer will check it out when they get the chance. If it's deemed to be a valid issue then this issue may be reopened. - - Sorry! -issueConfigs: -# There can be several configs for different kind of issues. -- content: -# new feature suggestion - - "A detailed description of the proposed feature" - - "The motivation for the feature" - - "How the feature would be relevant to at least 90% of Homebrew users" - - "What alternatives to the feature have been considered" -- content: -# reproducible bug report - - "are reporting a bug others will be able to reproduce" - - "reproduced the problem with multiple formulae" - - "brew update" - - "brew doctor" - - "brew config" - - "What you were trying to do (and why)" - - "What happened (include command output)" - - "What you expected to happen" - - "Step-by-step reproduction instructions (by running `brew` commands)" -# Optional configuration: -# -# whether the keywords are case-insensitive -# default value is false, which means keywords are case-sensitive -caseInsensitive: false -# The issue is judged to be legal if it includes all keywords from any of these two configs. -# Or it will be closed by the app.