Skip to content

Commit

Permalink
🔄 Created local '.github/workflows/lock-threads.yml' from remote 'syn…
Browse files Browse the repository at this point in the history
…ced-files/.github/workflows/lock-threads.yml'
  • Loading branch information
realm-ci committed Mar 14, 2024
1 parent d095601 commit a9fcb71
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/lock-threads.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: 'Lock Threads'

on:
schedule:
- cron: '0 * * * *'
workflow_dispatch:

permissions:
issues: write
pull-requests: write
discussions: write

concurrency:
group: lock-threads

jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v5
with:
issue-inactive-days: 30
pr-inactive-days: 30
log-output: true

0 comments on commit a9fcb71

Please sign in to comment.