Skip to content

Lock inactive issues and pull requests #2862

Lock inactive issues and pull requests

Lock inactive issues and pull requests #2862

Workflow file for this run

name: "Lock inactive issues and pull requests"
on: # yamllint disable-line rule:truthy
schedule:
- cron: "0 * * * *"
workflow_dispatch: # yamllint disable-line rule:empty-values
jobs:
lock-closed:
uses: "anolilab/workflows/.github/workflows/lock-closed.yml@main"
with:
target-repo: "anolilab/semantic-release"