From aaf9cc67b36123420a022d69360ee5127504c93a Mon Sep 17 00:00:00 2001 From: Archi Date: Fri, 3 Dec 2021 10:51:48 +0100 Subject: [PATCH] Misc 60 days for lock-threads to ensure that issues and PRs get more or less a full month in stable release in case somebody would like to add something to them --- .github/ISSUE_TEMPLATE/Bug-report.yml | 1 + .github/workflows/lock-threads.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug-report.yml b/.github/ISSUE_TEMPLATE/Bug-report.yml index 73be6b140..8805214a8 100644 --- a/.github/ISSUE_TEMPLATE/Bug-report.yml +++ b/.github/ISSUE_TEMPLATE/Bug-report.yml @@ -46,6 +46,7 @@ body: - linux-arm - linux-arm64 - linux-x64 + - osx-arm64 - osx-x64 - win-x64 validations: diff --git a/.github/workflows/lock-threads.yml b/.github/workflows/lock-threads.yml index 32c8a847d..e876b720b 100644 --- a/.github/workflows/lock-threads.yml +++ b/.github/workflows/lock-threads.yml @@ -11,5 +11,5 @@ jobs: - name: Lock inactive threads uses: dessant/lock-threads@v3.0.0 with: - issue-inactive-days: 30 - pr-inactive-days: 30 + issue-inactive-days: 60 + pr-inactive-days: 60