ci : exempt some labels from being tagged as stale
This commit is contained in:
parent
104f5e0fc1
commit
f2eb4ad472
1 changed files with 1 additions and 0 deletions
1
.github/workflows/close-issue.yml
vendored
1
.github/workflows/close-issue.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue