ci : do not stale-close roadmap issues

This commit is contained in:
Georgi Gerganov 2025-02-04 09:30:42 +02:00
parent cde3833239
commit b34aedd558
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

View File

@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/stale@v5
with:
exempt-issue-labels: "refactor,help wanted,good first issue,research,bug"
exempt-issue-labels: "refactor,help wanted,good first issue,research,bug,roadmap"
days-before-issue-stale: 30
days-before-issue-close: 14
stale-issue-label: "stale"