Skip to content
Open
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
32 changes: 16 additions & 16 deletions .github/workflows/stale-pull-requests.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Mark stale PRs
on:
schedule:
- cron: '0 1 * * 3' # Every Wednesday at 1am UTC

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
stale-pr-message: 'Things seem to have gone quiet on this PR. There has been no activity for 60 days, so it will be closed in 14 days if there is still no movement.'
close-pr-message: 'Closing due to inactivity.'
days-before-pr-stale: 60
days-before-pr-close: 14
stale-pr-label: 'stale'
name: Mark stale PRs
on:
schedule:
- cron: '0 1 * * 3' # Every Wednesday at 1am UTC
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v10
with:
stale-pr-message: 'Things seem to have gone quiet on this PR. There has been no activity for 60 days, so it will be closed in 14 days if there is still no movement.'
close-pr-message: 'Closing due to inactivity.'
days-before-pr-stale: 60
days-before-pr-close: 14
stale-pr-label: 'stale'