Skip to content

Commit

Permalink
chore: setup lock threads (#1832)
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd authored Jan 21, 2023
1 parent 05430e4 commit 977dad0
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/lock-threads.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Lock Threads

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

permissions:
issues: write
pull-requests: write

concurrency:
group: lock

jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v4
with:
issue-inactive-days: 7
pr-inactive-days: 7

0 comments on commit 977dad0

Please sign in to comment.