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 07d4d9f commit fb4413f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@ on:
- cron: '0 0 * * *'

workflow_dispatch:
pull_request:
branches:
- main

permissions:
discussions: write

jobs:
lock-discussion:
secrets: inherit
uses: cloudscape-design/.github/.github/workflows/lock.yml@main
uses: cloudscape-design/actions/.github/workflows/lock.yml@lock-discussion
with:
repository: 'components'

0 comments on commit fb4413f

Please sign in to comment.