An action for locking closed, inactive issues and pull requests.
See action.yml
name: Lock closed, inactive issues and pull requests
on:
schedule:
- cron: "0 0 * * *"
jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: fastlane/github-actions/lock@latest
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
The scripts and documentation in this project are released under the MIT License