Skip to content

Commit

Permalink
Increase stale operations count
Browse files Browse the repository at this point in the history
- Currently uses default 30 and thats too low
- Also update to latest version of the action
  • Loading branch information
mosabua committed Dec 29, 2023
1 parent f124589 commit a2f8c5d
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 @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
if: github.repository == 'trinodb/trino'
steps:
- uses: actions/stale@v8.0.0
- uses: actions/stale@v9.0.0
with:
stale-pr-message: 'This pull request has gone a while without any activity. Tagging the Trino developer relations team: @bitsondatadev @colebow @mosabua'
days-before-pr-stale: 21
Expand All @@ -21,3 +21,4 @@ jobs:
stale-pr-label: 'stale'
start-date: '2023-01-01T00:00:00Z'
exempt-draft-pr: true
operations-per-run: 150

0 comments on commit a2f8c5d

Please sign in to comment.