Skip to content

Commit

Permalink
Make GH Bot less agressive
Browse files Browse the repository at this point in the history
  • Loading branch information
WoH authored Oct 31, 2024
1 parent 2defe97 commit f8f1e9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/closeStaleIssuesAndPRs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days'
stale-pr-message: 'This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days'
days-before-stale: 30
days-before-close: 5
days-before-stale: 150
days-before-close: 30
exempt-issue-labels: 'help wanted,Pending feedback'
exempt-pr-labels: 'help wanted,breaking change'

0 comments on commit f8f1e9d

Please sign in to comment.