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
- cron: '0 0 * * *'# Run every day at midnight UTC
5
+
jobs:
6
+
stale:
7
+
runs-on: ubuntu-latest
8
+
steps:
9
+
- uses: actions/stale@v8
10
+
with:
11
+
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove the stale label or leave a comment or this will be closed in 7 days.'
12
+
stale-pr-message: 'This pull request is stale because it has been open 60 days with no activity.'
13
+
close-issue-message: 'This issue was closed because it has been marked as stale for 7 days with no activity.'
0 commit comments