فهرست منبع

Automatically lock inactive GitHub discussions after 180 days

Jeremy Stretch 2 سال پیش
والد
کامیت
04575aa0f8
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      .github/workflows/lock.yml

+ 2 - 1
.github/workflows/lock.yml

@@ -14,8 +14,9 @@ jobs:
   lock:
     runs-on: ubuntu-latest
     steps:
-      - uses: dessant/lock-threads@v4
+      - uses: dessant/lock-threads@v5
         with:
           issue-inactive-days: 90
           pr-inactive-days: 30
+          discussion-inactive-days: 180
           issue-lock-reason: 'resolved'