Quellcode durchsuchen

Temporarily use patched lock-threads

Scott Lahteine vor 3 Jahren
Ursprung
Commit
ee4910c5d7
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2
    2
      .github/workflows/lock-closed.yml

+ 2
- 2
.github/workflows/lock-closed.yml Datei anzeigen

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

Laden…
Abbrechen
Speichern