Skip to content

[CI] - Stale Issues and PRs - Scheduled #263

[CI] - Stale Issues and PRs - Scheduled

[CI] - Stale Issues and PRs - Scheduled #263

Workflow file for this run

name: "[CI] - Stale Issues and PRs - Scheduled"
on:
schedule:
- cron: "20 4 * * *"
jobs:
stale:
runs-on: ubuntu-22.04
steps:
- uses: actions/stale@v4
with:
stale-issue-message: "This issue is stale because it has been open 30 days with no activity. Remove stale label, comment, or consider closing it."
days-before-issue-stale: 30
stale-pr-message: "There as been no activity on this PR for the last 14 days. Please consider closing this PR."
days-before-pr-stale: 15