Emile Nijssen
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/stale.yml
|
|
@ -22,7 +22,7 @@ jobs: |
|
|
|
- uses: actions/stale@v5 |
|
|
|
with: |
|
|
|
days-before-issue-stale: 30 |
|
|
|
days-before-issue-close: 14 |
|
|
|
days-before-issue-close: 7 |
|
|
|
stale-issue-label: "stale" |
|
|
|
stale-issue-message: "This issue is stale because it has been open for 30 days with no activity." |
|
|
|
close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale." |
|
|
|