Skip to content

Lock

Lock #18

Workflow file for this run

name: Lock
# yamllint disable-line rule:truthy
on:
schedule:
- cron: '23 13 * * *'
workflow_dispatch:
jobs:
lock:
if: github.repository_owner == 'dermotduffy'
runs-on: ubuntu-latest
steps:
- uses: dessant/[email protected]
with:
github-token: ${{ github.token }}
issue-inactive-days: '30'
issue-lock-reason: ''
pr-inactive-days: '30'
pr-lock-reason: ''
log-output: true