Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Mark stale issues and pull requests #205

Mark stale issues and pull requests

Mark stale issues and pull requests #205

name: Mark stale issues and pull requests
on:
schedule:
- cron: '19 0 * * *'
workflow_dispatch:
jobs:
stale:
permissions:
issues: write
pull-requests: write
uses: linuxserver/github-workflows/.github/workflows/issues-cron.yml@v1
secrets: inherit