Skip to content

Commit

Permalink
Add gha to lock closed issues (#3549)
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev authored Mar 11, 2024
1 parent a2a730b commit 395497f
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 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
process-only: issues
exclude-issue-created-before: '2024-01-01T00:00:00Z'

0 comments on commit 395497f

Please sign in to comment.