diff options
author | Bjørn Erik Pedersen <[email protected]> | 2022-02-18 11:38:24 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-02-18 11:38:24 +0100 |
commit | ef8b781b14b74d578ffd302f797f18768565c410 (patch) | |
tree | 58aad07477c63f68220fefa7f82a765c80a90f90 /.github | |
parent | 3136ff67d81bf43b738d1e84394d810de8a8d229 (diff) | |
download | hugo-ef8b781b14b74d578ffd302f797f18768565c410.tar.gz hugo-ef8b781b14b74d578ffd302f797f18768565c410.zip |
Update stale.yml
Updates #9522
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/stale.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index b3233c835..8d5288d80 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: dessant/lock-threads@08e671be8ac8944d0e132aa71d0ae8ccfb347675 with: - issue-inactive-days: 7 + issue-inactive-days: 21 add-issue-labels: 'Outdated' issue-comment: > This issue has been automatically locked since there @@ -21,10 +21,10 @@ jobs: Please open a new issue for related bugs. - uses: actions/stale@04a1828bc18ada028d85a0252a47cd2963a91abe with: - days-before-issue-stale: 600 + days-before-issue-stale: 365 days-before-pr-stale: 200 - days-before-issue-close: -1 - days-before-pr-close: -1 + days-before-issue-close: 21 + days-before-pr-close: 21 stale-issue-message: > This issue has been automatically marked as stale because it has not had recent activity. The resources of the Hugo team are limited, and so we are asking for your help. |