Peter Lewis
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
.github/workflows/stale.yml
|
|
@ -21,8 +21,8 @@ jobs: |
|
|
|
steps: |
|
|
|
- uses: actions/stale@v9 |
|
|
|
with: |
|
|
|
days-before-issue-stale: 14 |
|
|
|
days-before-issue-close: 7 |
|
|
|
days-before-issue-stale: 30 |
|
|
|
days-before-issue-close: 14 |
|
|
|
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." |
|
|
|