ソースを参照

feat: update actions

tags/0.3.4
crazywoola 2年前
コミット
33200090e8
1個のファイルの変更2行の追加0行の削除
  1. 2
    0
      .github/workflows/stale.yml

+ 2
- 0
.github/workflows/stale.yml ファイルの表示

@@ -20,6 +20,8 @@ jobs:
steps:
- uses: actions/stale@v5
with:
days-before-issue-stale: 30
days-before-issue-close: 3
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: "Close due to it's no longer active, if you have any questions, you can reopen it."
stale-pr-message: "Close due to it's no longer active, if you have any questions, you can reopen it."

読み込み中…
キャンセル
保存