瀏覽代碼

Temporarily use patched lock-threads

Scott Lahteine 3 年之前
父節點
當前提交
ee4910c5d7
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      .github/workflows/lock-closed.yml

+ 2
- 2
.github/workflows/lock-closed.yml 查看文件

7
 
7
 
8
 on:
8
 on:
9
   schedule:
9
   schedule:
10
-    - cron: '* */12 * * *'
10
+    - cron: '0 1/13 * * *'
11
 
11
 
12
 jobs:
12
 jobs:
13
   lock:
13
   lock:
17
     runs-on: ubuntu-latest
17
     runs-on: ubuntu-latest
18
 
18
 
19
     steps:
19
     steps:
20
-    - uses: dessant/lock-threads@v2
20
+    - uses: netniV/lock-threads@patch-1
21
       with:
21
       with:
22
         github-token: ${{ github.token }}
22
         github-token: ${{ github.token }}
23
         process-only: 'issues'
23
         process-only: 'issues'

Loading…
取消
儲存