You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Configuration for Stale - https://github.com/actions/stale
2
+
name: 'Close stale issues'
3
+
on:
4
+
workflow_dispatch:
5
+
schedule:
6
+
- cron: '15 10,20 * * *'
7
+
8
+
jobs:
9
+
stale:
10
+
runs-on: ubuntu-latest
11
+
steps:
12
+
- uses: actions/stale@v4
13
+
with:
14
+
stale-issue-message: 'This issue is stale because it has been open 365 days with no activity. Remove stale label or comment or this will be closed in 14 days.'
15
+
close-issue-message: 'This issue was closed because it has been stalled for 14 days with no activity.'
0 commit comments