Skip to content

Lock inactive issues and pull requests #18682

Lock inactive issues and pull requests

Lock inactive issues and pull requests #18682

Workflow file for this run

name: "Lock inactive issues and pull requests"
on: # yamllint disable-line rule:truthy
schedule:
- cron: "0 * * * *"
permissions:
contents: "read"
discussions: "write"
issues: "write"
pull-requests: "write"
jobs:
lock-closed:
uses: "anolilab/workflows/.github/workflows/lock-closed.yml@2bd348c5c236a10db670232e5b08619ccbaf55b3" # v21.0.5 # main
with:
target-repo: "anolilab/semantic-release"