Skip to content

cicd: add stale bot

cicd: add stale bot #1

Workflow file for this run

name: 'Make comments on stale issues and PRs'
on: workflow_call
jobs:
stale:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:

Check failure on line 10 in .github/workflows/stale.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/stale.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
- uses: actions/stale@v9
with:
remove-stale-when-updated: true
days-before-issue-stale: 90
stale-issue-label: stale
stale-issue-message: 'This issue is stale because it has been open 90 days with no activity. Please make a comment for triaging or closing the issue.'
days-before-pr-stale: 30
stale-pr-label: stale
stale-pr-message: 'This PR is stale because it has been open 30 days with no activity. Please review this PR.'