Skip to content

Lock

Lock #699

Workflow file for this run

name: "Lock"
on:
schedule:
- cron: '0 0 * * *'
jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: dessant/[email protected]
continue-on-error: true
with:
add-issue-labels: 'locked'
remove-issue-labels: 'stale'
issue-lock-reason: ''
add-pr-labels: 'locked'
remove-pr-labels: 'stale'
pr-lock-reason: ''