From df4104f0c6a87ee99aff4d87e0ab7825aed8e1ab Mon Sep 17 00:00:00 2001 From: Lourens Veen Date: Tue, 18 Nov 2025 18:26:58 +0100 Subject: [PATCH 1/2] Update label names in the issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/question.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 00970a6cbd..b07001fe43 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve title: '' -labels: bug +labels: 'kind: bug' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 994a4d2876..0e0664e5da 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest a feature or improvement for AMUSE title: '' -labels: feature request +labels: 'kind: feature request' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 38c24dbb47..564faf8007 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -2,7 +2,7 @@ name: Question about: Ask an AMUSE-related question title: '' -labels: question +labels: 'kind: question' assignees: '' --- From 880fb74f6be1f17b34401b8c3c94d1e721bf23b8 Mon Sep 17 00:00:00 2001 From: Lourens Veen Date: Wed, 19 Nov 2025 09:42:17 +0100 Subject: [PATCH 2/2] Also update labels for the stale bot --- .github/stale.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 1b34568eb5..9b97c29378 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -4,13 +4,13 @@ daysUntilStale: 365 daysUntilClose: 365 # Issues with these labels will never be considered stale exemptLabels: - - pinned - - security - - feature request - - keep-open - - bug + - 'status: pinned' + - 'kind: security' + - 'kind: feature request' + - 'status: keep-open' + - 'kind: bug' # Label to use when marking an issue as stale -staleLabel: stale +staleLabel: 'status: stale' # Comment to post when marking an issue as stale. Set to `false` to disable markComment: > This issue has been automatically marked as stale because it has not had