Skip to content

Commit

Permalink
Update stale.yml
Browse files Browse the repository at this point in the history
added 2 codes to prevent issues/PRs from being forcefully closed before issues/PRs are fixed
  • Loading branch information
TheKingTermux authored Nov 29, 2023
1 parent c2e3341 commit 927e3b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ jobs:
stale-issue-label: 'no-issue-activity'
stale-pr-label: 'no-pr-activity'
stale-ignore-label: 'do-not-autoclose'
exempt-issue-labels: 'do-not-autoclose'
exempt-pr-labels: 'do-not-autoclose'

0 comments on commit 927e3b6

Please sign in to comment.