Skip to content

Commit

Permalink
chore: Add lock workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Dani committed Nov 20, 2023
1 parent b032180 commit 9f5bad0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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'

0 comments on commit 9f5bad0

Please sign in to comment.