Skip to content

Commit

Permalink
Merge pull request #1711 from lukeautry/WoH-patch-5
Browse files Browse the repository at this point in the history
Make GH Bot less agressive
  • Loading branch information
WoH authored Oct 31, 2024
2 parents 2defe97 + f8f1e9d commit c50fc6d
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 c50fc6d

Please sign in to comment.