From be25f7ba836fba99def5d7bc85fcf26696a2fbf9 Mon Sep 17 00:00:00 2001 From: Kai Krakow Date: Sun, 10 Mar 2024 16:42:56 +0100 Subject: [PATCH] github: Do not mark issues stale automatically We will be using manual assignment for issues we are waiting for feedback. Signed-off-by: Kai Krakow --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 162e797..df4a06b 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/stale@v5 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - days-before-stale: 14 + days-before-stale: -1 stale-issue-message: 'This issue appears to be stale. We will automatically close it within 30 days of no more activity recorded.' stale-pr-message: 'This pull request appear to be stale. We will automatically close it within 60 days of no more activity recorded.' stale-issue-label: '1 | state: waiting for reporter feedback'