diff options
| author | Drashna Jaelre <drashna@live.com> | 2019-11-21 11:02:39 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-21 11:02:39 -0800 |
| commit | f0790a722d5a586e3621487b554fd217839c24c0 (patch) | |
| tree | 6f6d7ee937292293af3db4a2e311aa5a730aab74 | |
| parent | 57815dbc3be3ff49495d4347595b5c3e080c51c9 (diff) | |
| download | qmk_firmware-f0790a722d5a586e3621487b554fd217839c24c0.tar.gz qmk_firmware-f0790a722d5a586e3621487b554fd217839c24c0.zip | |
Change label for stale bot (#7429)
* Change label for stale bot
* Reword things to be more concise and clear
* git add . -- that's how this works, right?
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Remove Discussion label from issue templates
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 2 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 2 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/other_issues.md | 2 | ||||
| -rw-r--r-- | .github/stale.yml | 10 |
4 files changed, 11 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2e64ef16d..57b415f7b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | name: Bug report | 2 | name: Bug report |
| 3 | about: Create a report to help us improve QMK Firmware. | 3 | about: Create a report to help us improve QMK Firmware. |
| 4 | title: "[Bug] " | 4 | title: "[Bug] " |
| 5 | labels: bug, help wanted, discussion | 5 | labels: bug, help wanted |
| 6 | assignees: '' | 6 | assignees: '' |
| 7 | 7 | ||
| 8 | --- | 8 | --- |
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index f7eaa825b..187683424 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | name: Feature request | 2 | name: Feature request |
| 3 | about: Suggest a new feature or changes to existing features. | 3 | about: Suggest a new feature or changes to existing features. |
| 4 | title: "[Feature Request] " | 4 | title: "[Feature Request] " |
| 5 | labels: enhancement, help wanted, discussion | 5 | labels: enhancement, help wanted |
| 6 | assignees: '' | 6 | assignees: '' |
| 7 | 7 | ||
| 8 | --- | 8 | --- |
diff --git a/.github/ISSUE_TEMPLATE/other_issues.md b/.github/ISSUE_TEMPLATE/other_issues.md index a0060a8ca..befeeb165 100644 --- a/.github/ISSUE_TEMPLATE/other_issues.md +++ b/.github/ISSUE_TEMPLATE/other_issues.md | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | name: Other issues | 2 | name: Other issues |
| 3 | about: Anything else that doesn't fall into the above categories. | 3 | about: Anything else that doesn't fall into the above categories. |
| 4 | title: '' | 4 | title: '' |
| 5 | labels: help wanted, question, discussion | 5 | labels: help wanted, question |
| 6 | assignees: '' | 6 | assignees: '' |
| 7 | 7 | ||
| 8 | --- | 8 | --- |
diff --git a/.github/stale.yml b/.github/stale.yml index b2c40591b..70804ff88 100644 --- a/.github/stale.yml +++ b/.github/stale.yml | |||
| @@ -17,6 +17,9 @@ pulls: | |||
| 17 | This pull request has been automatically marked as stale because it has not had | 17 | This pull request has been automatically marked as stale because it has not had |
| 18 | activity in the last 45 days. It will be closed in 30 days if no further activity occurs. | 18 | activity in the last 45 days. It will be closed in 30 days if no further activity occurs. |
| 19 | Please feel free to give a status update now, or re-open when it's ready. | 19 | Please feel free to give a status update now, or re-open when it's ready. |
| 20 | |||
| 21 | For maintainers: Please label with `awaiting review`, `breaking_change`, `in progress, or `on hold` to prevent | ||
| 22 | the issue from being re-flagged. | ||
| 20 | # Comment to post when closing a stale Issue or Pull Request. | 23 | # Comment to post when closing a stale Issue or Pull Request. |
| 21 | closeComment: > | 24 | closeComment: > |
| 22 | Thank you for your contribution! | 25 | Thank you for your contribution! |
| @@ -33,14 +36,17 @@ pulls: | |||
| 33 | 36 | ||
| 34 | # Issue specific configuration | 37 | # Issue specific configuration |
| 35 | issues: | 38 | issues: |
| 36 | staleLabel: solved | 39 | staleLabel: stale |
| 37 | limitPerRun: 10 | 40 | limitPerRun: 10 |
| 38 | daysUntilStale: 90 | 41 | daysUntilStale: 90 |
| 39 | daysUntilClose: 30 | 42 | daysUntilClose: 30 |
| 40 | markComment: > | 43 | markComment: > |
| 41 | This issue has been automatically marked as resolved because it has not had activity in the | 44 | This issue has been automatically marked as stale because it has not had activity in the |
| 42 | last 90 days. It will be closed in the next 30 days unless it is tagged properly or other activity | 45 | last 90 days. It will be closed in the next 30 days unless it is tagged properly or other activity |
| 43 | occurs. | 46 | occurs. |
| 47 | |||
| 48 | For maintainers: Please label with `bug`, `in progress`, `on hold`, discussion` or `to do` to prevent | ||
| 49 | the issue from being re-flagged. | ||
| 44 | closeComment: > | 50 | closeComment: > |
| 45 | This issue has been automatically closed because it has not had activity in the last 30 days. | 51 | This issue has been automatically closed because it has not had activity in the last 30 days. |
| 46 | If this issue is still valid, re-open the issue and let us know. | 52 | If this issue is still valid, re-open the issue and let us know. |
