Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

No capabilities found for ty84oi (Deebot N8) #1748

No capabilities found for ty84oi (Deebot N8)

No capabilities found for ty84oi (Deebot N8) #1748

Workflow file for this run

name: "Close stale issues"
on:
schedule:
- cron: "0 0 * * *"
issue_comment:
types:
- created
jobs:
stale:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: actions/stale@v9
with:
days-before-stale: 7
days-before-close: 7
days-before-pr-stale: -1
stale-issue-message: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
stale-issue-label: stale
only-labels: need-more-information