Skip to content

Commit 08a900b

Browse files
authored
ci: add stale and fix add-to-triage
1 parent f52425c commit 08a900b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/stale.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: stale
2+
3+
on:
4+
schedule:
5+
- cron: "31 22 * * *" # Runs every day at 10:31 PM UTC
6+
7+
jobs:
8+
stale:
9+
uses: eslint/workflows/.github/workflows/stale.yml@main
10+
secrets:
11+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)