Skip to content

Mark inactive PRs as stale #845

Mark inactive PRs as stale

Mark inactive PRs as stale #845

Workflow file for this run

name: 'Mark inactive PRs as stale'
on:
schedule:
# Update at 10:00 AM UTC+9
- cron: '0 1 * * *'
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3.0
with:
# Mark PRs as stale if they are open and inactive for 30 days.
days-before-pr-stale: 30
# Do not leave a message when marking PRs as stale.
stale-pr-message: ''
# Do not mark issues as stale.
days-before-issue-stale: -1
# Do not close PRs automatically.
days-before-close: -1