Skip to content

Commit

Permalink
Disable the stale action for issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
r0qs committed Dec 9, 2024
1 parent 54efdc9 commit 53fe670
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ on:
- cron: '0 12 * * *'

permissions:
issues: write
pull-requests: write

env:
BEFORE_ISSUE_STALE: 90
BEFORE_ISSUE_CLOSE: 7
# NOTE: We set the parameters below to -1, so the issues will never be marked as stale or closed automatically.
BEFORE_ISSUE_STALE: -1
BEFORE_ISSUE_CLOSE: -1
BEFORE_PR_STALE: 14
BEFORE_PR_CLOSE: 7

Expand Down

0 comments on commit 53fe670

Please sign in to comment.