Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 481 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 481 Bytes

Lock

An action for locking closed, inactive issues and pull requests.

Usage

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 }}

License

The scripts and documentation in this project are released under the MIT License