Skip to content

Commit

Permalink
fix-stalebot
Browse files Browse the repository at this point in the history
  • Loading branch information
DjoykeAbyah committed Jul 11, 2024
1 parent 1d3edf1 commit 2f7ec63
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,15 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue has been automatically marked as stale due to inactivity and will be closed in 7 days if no further activity occurs.'
close-issue-message: 'This issue was closed due to inactivity. Please reopen if you still encounter this problem or have more information to add.'
days-before-stale: 14
days-before-close: 7
stale-pr-message: "This PR hasn't received any updates in a year and will be automatically closed in 30 days. Feel free to re-open if you plan to continue working on this pull request"
days-before-stale: -1
days-before-close: -1
days-before-issue-stale: 14
days-before-issue-close: 7
stale-issue-label: 'stale'
exempt-issue-labels: 'do not stale, needs response'

days-before-pr-stale: 365
days-before-pr-close: 30
exempt-pr-labels: 'do not stale'
only-pr-labels: awaiting-changes,blocked,work-in-progress,awaiting-upstream
remove-pr-stale-when-updated: true

0 comments on commit 2f7ec63

Please sign in to comment.