Skip to content

Commit f51b84f

Browse files
committed
Fix stale in CI
1 parent 795b13a commit f51b84f

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

.github/stale.yml

-17
This file was deleted.

.github/workflows/stale.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# See https://github.com/actions/stale
2+
name: Mark and close stale issues
3+
on:
4+
schedule:
5+
- cron: '15 10 * * *'
6+
jobs:
7+
stale:
8+
runs-on: ubuntu-latest
9+
permissions:
10+
issues: write
11+
steps:
12+
- uses: actions/stale@v7
13+
with:
14+
days-before-stale: 180
15+
days-before-close: 7
16+
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.'
17+
exempt-issue-labels: pinned,security,feature

0 commit comments

Comments
 (0)