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.
This commit is contained in:
Issy Long 2019-05-26 19:04:49 +01:00
parent 515aef9863
commit 0516c78e13
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4

View File

@ -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"