ci : exempt confirmed bugs from being tagged as stale (#7014)

This commit is contained in:
slaren 2024-05-01 07:13:59 +02:00 committed by GitHub
parent a8f9b07631
commit c4ec9c0d3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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"