ci : exempt some labels from being tagged as stale (#6140)

This commit is contained in:
slaren 2024-03-19 09:06:54 +01:00 committed by GitHub
parent 4c28b82529
commit 970a48060a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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