Skip to content

Commit

Permalink
Create lock.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Babichev <maksim.babichev95@gmail.com>
  • Loading branch information
rez1dent3 committed Aug 1, 2024
1 parent 16c9bb3 commit 899fe73
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: "Lock Threads"

on:
schedule:
- cron: "0 1 * * *"

permissions:
issues: write

jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v5
with:
issue-inactive-days: "30"
process-only: "issues"

0 comments on commit 899fe73

Please sign in to comment.