Skip to content

Commit b8e1d0a

Browse files
authored
ci: create stale.yml (#748)
* ci: create `stale.yml` * Update stale.yml
1 parent c34f961 commit b8e1d0a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.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)