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
contents: write # needed for the delete-branch option
11
+
issues: write
12
+
pull-requests: write
13
+
steps:
14
+
- uses: actions/stale@v9
15
+
with:
16
+
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days'
17
+
stale-pr-message: 'This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days'
18
+
stale-issue-label: 'stale'
19
+
stale-pr-label: 'stale'
20
+
delete-branch: true
21
+
close-issue-message: 'This issue has been closed due to inactivity.'
22
+
close-pr-message: 'This PR has been closed due to inactivity.'
0 commit comments