From 0516c78e1349c6e2927f98003928122d04c0f98c Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sun, 26 May 2019 19:04:49 +0100 Subject: [PATCH 1/2] 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 e1ebc202575c2..6f4ba355d8a85 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" From 038d51580020fe3776b69d12a7054d9d9b3d5b39 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 27 May 2019 08:43:05 +0100 Subject: [PATCH 2/2] issue-close-app: reorder comment to match README. --- .github/issue-close-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/issue-close-app.yml b/.github/issue-close-app.yml index 6f4ba355d8a85..49bd21b9b843e 100644 --- a/.github/issue-close-app.yml +++ b/.github/issue-close-app.yml @@ -5,8 +5,8 @@ From the issue template: \> **Please note that we will close your issue without comment if you delete, do not read or do not fill out the issue checklist below and provide ALL the requested information. If you repeatedly fail to use the issue template, we will block you from ever submitting issues to Homebrew again.** 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: +# There can be several configs for different kind of issues. - content: # new feature suggestion - "A detailed description of the proposed feature"