Files
krkn/.github/workflows/stale.yml
T
ky505andPaige Patton e7ea0ee4c5 added stale workflow from actions repo (#1355)
* added stale workflow from actions repo

Signed-off-by: antedotee <soniyadav2051982@gmail.com>

* added comment

Signed-off-by: antedotee <soniyadav2051982@gmail.com>

---------

Signed-off-by: antedotee <soniyadav2051982@gmail.com>
Co-authored-by: Paige Patton <64206430+paigerube14@users.noreply.github.com>
2026-05-28 14:06:23 -04:00

16 lines
268 B
YAML

name: Manage Stale Issues and Pull Requests
on:
schedule:
# Run daily at 1:00 AM UTC
- cron: "0 1 * * *"
workflow_dispatch:
permissions:
issues: write
pull-requests: write
jobs:
stale:
uses: krkn-chaos/actions/.github/workflows/stale.yml@main