Skip to content

Lock issues and pull requests #728

Lock issues and pull requests

Lock issues and pull requests #728

Workflow file for this run

# Locking closed, inactive issues and pull requests
name: Locking 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.BOT_GITHUB_TOKEN }}
days-before-lock: 60