Skip to content

Commit

Permalink
Update stale.yml
Browse files Browse the repository at this point in the history
Updates #9522
  • Loading branch information
bep committed Feb 18, 2022
1 parent 3136ff6 commit ef8b781
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/stale.yml
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit ef8b781

Please sign in to comment.