Skip to content

Commit

Permalink
feat: marking old draft PRs as stale
Browse files Browse the repository at this point in the history
feat: marking old draft PRs as stale
  • Loading branch information
rjan90 committed Jan 22, 2025
1 parent 13181e0 commit d3c4093
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 77 deletions.
77 changes: 0 additions & 77 deletions .github/workflows/stale-draft-prs.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ jobs:
days-before-issue-close: 3
days-before-pr-stale: 5
days-before-pr-close: 3
draft-days-before-stale: 1050 # 35 months * 30 days
draft-days-before-close: -1 # Don't automatically close draft PRs
remove-stale-when-updated: true
enable-statistics: true

0 comments on commit d3c4093

Please sign in to comment.