Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
runs-on: ubuntu-latest
if: github.repository == 'trinodb/trino'
steps:
- uses: actions/stale@v7
- uses: actions/stale@v8.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
days-before-pr-close: 21
close-pr-message: 'Closing this pull request, as it has been stale for six weeks. Feel free to re-open at any time.'
stale-pr-label: 'stale'
exempt-pr-labels: 'no-stale'
start-date: '2023-01-01T00:00:00Z'
exempt-draft-pr: true