このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Adds closed issue locking workflow
main
Eric Amodio
4年前
親
762170206f
コミット
2833dfb767
1個のファイルの変更
、
17行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+17
-0
.github/workflows/issues-lock.yml
+ 17
- 0
.github/workflows/issues-lock.yml
ファイルの表示
@ -0,0 +1,17 @@
name
:
'Lock closed issues'
on
:
schedule:
-
cron
:
'30 1 * * *'
workflow_dispatch:
jobs:
stale:
runs-on
:
ubuntu-latest
steps:
-
uses
:
dessant/lock-threads@v2
with:
github-token
:
${{ secrets.GITHUB_TOKEN }}
issue-lock-comment
:
'This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.'
issue-lock-inactive-days
:
30
process-only
:
'issues'
書き込み
プレビュー
読み込み中…
キャンセル
保存