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
2 additions and
1 deletions
-
.github/workflows/stale.yml
|
|
@ -26,8 +26,9 @@ jobs: |
|
|
|
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." |
|
|
|
days-before-pr-stale: 100 |
|
|
|
days-before-pr-stale: 30 |
|
|
|
days-before-pr-close: 14 |
|
|
|
stale-pr-message: "This PR is stale because it has been open for 30 days with no activity." |
|
|
|
close-pr-message: "This PR was closed because it has been inactive for 14 days since being marked as stale." |
|
|
|
repo-token: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
operations-per-run: 300 |
|
|
|