ci: Also exempt 'security' tag from auto-close (#21844)

This commit is contained in:
Christian Kastner 2026-04-13 19:18:44 +02:00 committed by GitHub
parent 75f3bc94e6
commit a8bad3842e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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