From 984a935ba691408b001769a92d9592470535f22c Mon Sep 17 00:00:00 2001 From: Caner Derici Date: Thu, 18 Jul 2024 19:22:26 +0000 Subject: [PATCH 1/2] feat(stalebot): update days for stalebot to consider issue/pr stale --- .github/workflows/stale.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 45dfe922f..dd7500c13 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -13,12 +13,12 @@ jobs: stale-pr-message: 'This PR is marked as incomplete because it has been open 30 days with no activity. Please remove incomplete label or comment or this will be closed in 5 days.' close-issue-message: 'This issue was closed because it has been stalled for 5 days with no activity.' close-pr-message: 'This PR was closed because it has been stalled for 10 days with no activity.' - days-before-issue-stale: 30 - days-before-pr-stale: 30 - days-before-issue-close: 5 - days-before-pr-close: 5 - stale-issue-label: 'incomplete' - stale-pr-label: 'incomplete' + days-before-issue-stale: 60 + days-before-pr-stale: 60 + days-before-issue-close: 15 + days-before-pr-close: 15 + stale-issue-label: 'state/incomplete' + stale-pr-label: 'state/incomplete' exempt-issue-labels: 'awaiting-approval,work-in-progress,wishlisted' exempt-pr-labels: 'awaiting-approval,work-in-progress' remove-stale-when-updated: true \ No newline at end of file From 296a51bdd7d6c28ba2fcf9cc75688d48280581ed Mon Sep 17 00:00:00 2001 From: Caner Derici Date: Thu, 18 Jul 2024 19:23:01 +0000 Subject: [PATCH 2/2] refactor(workflows): update labels used in bug report/feature request templates --- .github/ISSUE_TEMPLATE/BugReport.yml | 2 +- .github/ISSUE_TEMPLATE/FeatureRequest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BugReport.yml b/.github/ISSUE_TEMPLATE/BugReport.yml index 4ed2c03ee..321fb2230 100644 --- a/.github/ISSUE_TEMPLATE/BugReport.yml +++ b/.github/ISSUE_TEMPLATE/BugReport.yml @@ -1,6 +1,6 @@ name: Bug Report description: Something's not working right in python-libjuju? Use this template. -labels: [bug] +labels: [kind/bug] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/FeatureRequest.yml b/.github/ISSUE_TEMPLATE/FeatureRequest.yml index 52c175866..be196b263 100644 --- a/.github/ISSUE_TEMPLATE/FeatureRequest.yml +++ b/.github/ISSUE_TEMPLATE/FeatureRequest.yml @@ -1,6 +1,6 @@ name: Feature Request description: You want something to be added to python-libjuju? Proceed with this one. -labels: [wishlisted] +labels: [kind/wishlist] body: - type: markdown attributes: