Skip to content

Commit

Permalink
Update issue labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Mar 31, 2021
1 parent c713ce2 commit 716cc97
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
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: question
responseRequiredLabel: "waiting for feedback"
# 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
9 changes: 6 additions & 3 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,11 @@ labels:
- name: "stale"
color: 930191
description: "Stale issues and PRs."
- name: "question"
color: dd9c2c
- name: "can't reproduce"
color: 71c2dd
- name: "waiting for feedback"
color: bc2add
oldname: "question"
description: "Further information is requested."
- name: "tests"
color: bfd4f2
Expand All @@ -66,7 +69,7 @@ labels:
description: "This will not be worked on."

branches:
- name: master
- name: dev
# https://developer.github.com/v3/repos/branches/#update-branch-protection
# Branch Protection settings. Set to null to disable
protection:
Expand Down

0 comments on commit 716cc97

Please sign in to comment.