ci: add stale workflow (#3029)

This commit is contained in:
Ammar Bandukwala
2022-07-18 19:34:04 +00:00
committed by GitHub
parent 54cf677e80
commit 5919e96ac2
2 changed files with 13 additions and 12 deletions
+13
View File
@@ -0,0 +1,13 @@
name: Stale Issue Cron
on:
schedule:
# Every day at midnight
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
stale:
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v5.1.0