Skip to content

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

[CI] - Stale Issues and PRs - Scheduled

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

Workflow file for this run

name: "[CI] - Stale Issues and PRs - Scheduled"

Check warning on line 1 in .github/workflows/stale.yml

View workflow run for this annotation

GitHub Actions / [CI] - Stale Issues and PRs - Scheduled

Workflow execution policy warning (evaluate mode)

Actor is not allowed to trigger Actions workflows.
on:
schedule:
- cron: "20 4 * * *"
jobs:
stale:
runs-on: ubuntu-22.04
steps:
- uses: actions/stale@a20b814fb01b71def3bd6f56e7494d667ddf28da # 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