Skip to content

Commit

Permalink
Lock Threads workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
black-roland committed Jun 23, 2024
1 parent 9adc3e4 commit d6b3b71
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'

Check failure on line 1 in .github/workflows/lock-threads.yml

View workflow job for this annotation

GitHub Actions / Build failed

.github/workflows/lock-threads.yml#L1

This run timed out after more than 35 days.

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: "7"
pr-inactive-days: "1"
issue-lock-reason: ""

0 comments on commit d6b3b71

Please sign in to comment.