mirror of
https://github.com/ggerganov/llama.cpp
synced 2026-04-18 13:16:26 +02:00
ci: Also exempt 'security' tag from auto-close (#21844)
This commit is contained in:
parent
75f3bc94e6
commit
a8bad3842e
2
.github/workflows/close-issue.yml
vendored
2
.github/workflows/close-issue.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/stale@v10
|
||||
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-close: 14
|
||||
stale-issue-label: "stale"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user