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
name: Close inactive issues that need more information
on:
schedule:
- cron: "15 10 * * 1-5"
jobs:
close-issues:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: actions/stale@v9
with:
days-before-issue-close: 30
stale-issue-label: "needs more information"
close-issue-message: "This issue was closed because no new information was added for the last 30 days. If you have any relevant information, feel free to add it and reopen the issue."