From 0516c78e1349c6e2927f98003928122d04c0f98c Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sun, 26 May 2019 19:04:49 +0100 Subject: [PATCH] Fix issue close bot's config file - According to the [README](https://github.com/offu/close-issue-app#usage) it was missing an `issueConfigs` key. This was causing errors to be posted to new issues rather than the despired text. --- .github/issue-close-app.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/issue-close-app.yml b/.github/issue-close-app.yml index e1ebc20257..6f4ba355d8 100644 --- a/.github/issue-close-app.yml +++ b/.github/issue-close-app.yml @@ -6,6 +6,7 @@ From the issue template: If you add the necessary information to this issue (don't create a new one, please) then this issue may be reopened. # There can be several configs for different kind of issues. +issueConfigs: - content: # new feature suggestion - "A detailed description of the proposed feature"