Skip to content

Commit deb3c04

Browse files
authored
ci: create stale.yml (#254)
1 parent 9aa8e38 commit deb3c04

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/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+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)