diff --git a/.github/no-response.yml b/.github/no-response.yml index e770442..820fc8d 100644 --- a/.github/no-response.yml +++ b/.github/no-response.yml @@ -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 diff --git a/.github/settings.yml b/.github/settings.yml index 790db71..7885014 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -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 @@ -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: