]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ci : exempt confirmed bugs from being tagged as stale (#7014)
authorslaren <redacted>
Wed, 1 May 2024 05:13:59 +0000 (07:13 +0200)
committerGitHub <redacted>
Wed, 1 May 2024 05:13:59 +0000 (08:13 +0300)
.github/workflows/close-issue.yml

index 7f21daec01d1b2ccdcf5a0af19fa379b52489927..69c9f4f69e53b7a601b92ac827f794a9aa55b9bf 100644 (file)
@@ -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"