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
run-name: "Running a scheduled task to lock inactive issues over 30 days"
on:
schedule:
- cron: "0 0 * * 0"
permissions:
issues: "write"
jobs:
lock-inactive-issues:
runs-on: "ubuntu-latest"
steps:
- uses: "dessant/lock-threads@v5"
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
issue-comment: "Due to inactivity, this issue will be locked and marked as resolved. If you have any further questions or inquiries, please feel free to open a new issue."