diff options
| author | Koza <[email protected]> | 2023-03-09 08:43:58 +0100 |
|---|---|---|
| committer | Stefan Daschek <[email protected]> | 2023-03-09 10:38:15 +0100 |
| commit | d797dfe3379a24d615be51392f0637d51dfba3ea (patch) | |
| tree | bfb485b56d57852191dae45d76f9b7808719b950 | |
| parent | 19423bc934d5ed4bd4029473dd78ca3251a82d83 (diff) | |
| download | caxlsx-d797dfe3379a24d615be51392f0637d51dfba3ea.tar.gz caxlsx-d797dfe3379a24d615be51392f0637d51dfba3ea.zip | |
Do not close stale PRs and issues automatically [skip-ci]
| -rw-r--r-- | .github/workflows/stale.yml | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index e51cf505..f9671473 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -14,16 +14,14 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} days-before-stale: 90 - days-before-close: 7 + days-before-close: -1 stale-issue-message: > - This issue has been automatically marked as stale because it has not been commented on for at least three months. - It will be automatically closed in 7 days. - - If you have any new information or updates please reply in order to keep the issue open. + This issue has been automatically marked as stale because it has not been commented on for at least three months. + + If you have any new information or updates please reply in order to keep the issue open. stale-pr-message: > - This pull request has been automatically marked as stale because has been no activity for at least three months. - It will be automatically closed in 7 days. - - If you have any new information or updates please reply in order to keep the pull request open. + This pull request has been automatically marked as stale because has been no activity for at least three months. + + If you have any new information or updates please reply in order to keep the pull request open. stale-issue-label: stale stale-pr-label: stale |
