Skip to content

Commit

Permalink
Immediate stale
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvodita committed Jan 4, 2024
1 parent 05b36a1 commit 5616954
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

days-before-pr-stale: 14
days-before-pr-stale: 0
days-before-issue-stale: -1 # don't mark issues as stale
exempt-draft-pr: true # don't mark draft PRs as stale

days-before-close: -1 # don't close stale PRs/issues
days-before-close: 0 # don't close stale PRs/issues

stale-pr-message: >
This PR has not had activity in the past 2 weeks, labeling it as stale.
Expand Down

0 comments on commit 5616954

Please sign in to comment.