Skip to content

chore: Add lock workflow #4

chore: Add lock workflow

chore: Add lock workflow #4

Workflow file for this run

name: Lock threads
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
pull_request:
branches:
- main
permissions:
discussions: write
jobs:
lock-discussion:
secrets: inherit
uses: cloudscape-design/actions/.github/workflows/lock.yml@lock-discussion
with:
repository: 'components'