Skip to content

Commit

Permalink
Update settings for no-response application
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Sep 15, 2020
1 parent 8f74082 commit 6e8bd59
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
10 changes: 7 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,15 @@ Issues not containing the minimum requirements will be closed:
-->

**Version of the custom_component**
<!-- If you are not using the newest version, download and try that before opening an issue
If you are unsure about the version check the __init__.py file.
**Versions**
<!--
If you are not using the newest version, download and try that before opening an issue.
If you are unsure about the version check the __init__.py or const.py files.
-->

* Version of the Home Assistant:
* Version of the custom component:

**Configuration**
```yaml

Expand Down
2 changes: 1 addition & 1 deletion .github/no-response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Number of days of inactivity before an Issue is closed for lack of response
daysUntilClose: 14
# Label requiring a response
responseRequiredLabel: more-information-needed
responseRequiredLabel: question
# Comment to post when closing an Issue for lack of response. Set to `false` to disable
closeComment: >
This issue has been automatically closed because there has been no response
Expand Down
14 changes: 7 additions & 7 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ repository:
allow_merge_commit: false
allow_rebase_merge: false
labels:
- name: "enhancement"
color: "a2eeef"
- name: "bug"
color: "d73a4a"
- name: "wontfix"
color: "ffffff"
- name: "documentation"
color: "0075ca"
- name: "stale"
color: "930191"
- name: "duplicate"
color: "cfd3d7"
- name: "enhancement"
color: "a2eeef"
- name: "invalid"
color: "e4e669"
- name: "more-information-needed"
- name: "stale"
color: "930191"
- name: "question"
color: "dd9c2c"
- name: "wontfix"
color: "ffffff"

0 comments on commit 6e8bd59

Please sign in to comment.