From: slaren Date: Wed, 1 May 2024 05:13:59 +0000 (+0200) Subject: ci : exempt confirmed bugs from being tagged as stale (#7014) X-Git-Tag: upstream/0.0.4488~1711 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=c4ec9c0d3d67e6b33638e6dad86419e6fd5ffe01;p=pkg%2Fggml%2Fsources%2Fllama.cpp ci : exempt confirmed bugs from being tagged as stale (#7014) --- diff --git a/.github/workflows/close-issue.yml b/.github/workflows/close-issue.yml index 7f21daec..69c9f4f6 100644 --- a/.github/workflows/close-issue.yml +++ b/.github/workflows/close-issue.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/stale@v5 with: - exempt-issue-labels: "refactor,help wanted,good first issue,research" + exempt-issue-labels: "refactor,help wanted,good first issue,research,bug" days-before-issue-stale: 30 days-before-issue-close: 14 stale-issue-label: "stale"