Skip to content

Commit 5919e96

Browse files
authored
ci: add stale workflow (#3029)
1 parent 54cf677 commit 5919e96

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

.github/stale.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.github/workflows/stale.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Stale Issue Cron
2+
on:
3+
schedule:
4+
# Every day at midnight
5+
- cron: "0 0 * * *"
6+
workflow_dispatch:
7+
jobs:
8+
stale:
9+
permissions:
10+
issues: write
11+
pull-requests: write
12+
steps:
13+
- uses: actions/stale@v5.1.0

0 commit comments

Comments
 (0)