Skip to content

Close stale issues and PRs #1

Close stale issues and PRs

Close stale issues and PRs #1

Workflow file for this run

---
name: "Close stale issues and PRs"
on:
schedule:
- cron: "30 1 * * *"
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
with:
stale-issue-message: "Marking issue with request for more data as stale, due to no updates."
stale-issue-label: stale
only-labels:
- needs-more-info

Check failure on line 16 in .github/workflows/stalebot.yaml

View workflow run for this annotation

GitHub Actions / Close stale issues and PRs

Invalid workflow file

The workflow is not valid. .github/workflows/stalebot.yaml (Line: 16, Col: 13): A sequence was not expected
debug-only: true
days-before-pr-close: -1
days-before-pr-stale: -1