ci : exempt confirmed bugs from being tagged as stale

This commit is contained in:
slaren 2024-04-30 23:47:27 +02:00
parent a8f9b07631
commit e355a639de

View 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"