Skip to content

Commit

Permalink
Stale bot: trigger stale issues a bit earlier
Browse files Browse the repository at this point in the history
We'll gradually try to address stale issues faster. Let's move from 720 days to 540 days for now, and then we'll reduce it again until we can get to 180.
  • Loading branch information
jeherve committed Jan 22, 2025
1 parent 5e6ce23 commit 4df8a11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mark-issue-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
# Message to be added to stale issues.
stale-issue-message: 'This issue is stale because 720 days have passed with no activity. A member of the Dotcom Product Ambassadors Guild will review and if required close this issue within 7 days. If you disagree and would like this issue to remain open, please provide additional context, updated reproduction steps and/or screenshots.'
stale-issue-message: 'This issue is stale because 540 days have passed with no activity. A member of the Dotcom Product Ambassadors Guild will review and if required close this issue within 7 days. If you disagree and would like this issue to remain open, please provide additional context, updated reproduction steps and/or screenshots.'
# Days before issue is considered stale.
days-before-issue-stale: 720
days-before-issue-stale: 540
# Override stale setting for PRs.
days-before-pr-stale: -1
# Exempted issue labels.
Expand Down

0 comments on commit 4df8a11

Please sign in to comment.