| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5207231 commit 2b43b78
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -9,13 +9,13 @@ on: | |||
| 9 | 9 | env: | |
| 10 | 10 | CLOSE_MESSAGE: > | |
| 11 | 11 | This {0} has been automatically closed after 30 days of inactivity | |
| 12 | - following its stale status (no activity for a total of 240 days). | ||
| 12 | + following its stale status (no activity for a total of 120 days). | ||
| 13 | 13 | ||
| 14 | 14 | If this is still relevant, feel free to reopen it or leave a comment | |
| 15 | 15 | with additional details so we can continue the discussion. | |
| 16 | 16 | ||
| 17 | 17 | WARN_MESSAGE: > | |
| 18 | - This {0} has been marked as stale due to 210 days of inactivity. | ||
| 18 | + This {0} has been marked as stale due to 90 days of inactivity. | ||
| 19 | 19 | ||
| 20 | 20 | It will be automatically closed in 30 days if no further activity occurs. | |
| 21 | 21 | If this is still relevant, please leave a comment or update it to keep it open. | |
@@ -36,7 +36,7 @@ jobs: | |||
| 36 | 36 | - uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3.0 | |
| 37 | 37 | with: | |
| 38 | 38 | repo-token: ${{ secrets.GITHUB_TOKEN }} | |
| 39 | - days-before-stale: 210 | ||
| 39 | + days-before-stale: 90 | ||
| 40 | 40 | days-before-close: 30 | |
| 41 | 41 | stale-issue-label: stale | |
| 42 | 42 | exempt-issue-labels: never-stale, confirmed-bug | |
| Back | FazBrowse Home | New Git URL |
0 commit comments