Skip to content

Commit

Permalink
Disable issue checking in stalebot (idaholab#20475)
Browse files Browse the repository at this point in the history
This is based on discussion from one of the stalebot developers at: 
actions/stale#688

Also adjusts the PR message to contain our set days before stale and 
closure, for developer information.
  • Loading branch information
cticenhour committed Mar 15, 2022
1 parent d750df2 commit 208b3e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
- uses: actions/stale@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-pr-message: 'This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.'
stale-pr-message: 'This pull request has been automatically marked as stale because it has not had recent activity in the last 30 days. It will be closed in 3 days if no further activity occurs. Thank you for your contributions.'
stale-pr-label: 'stale'
days-before-pr-stale: 30
days-before-pr-close: 3
days-before-issue-stale: -1
operations-per-run: 100

0 comments on commit 208b3e2

Please sign in to comment.