Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdfba10a

Browse files
author
Massimiliano Pippi
authored
[skip ci] fix stalebot (#476)
1 parentd3c1d50 commitdfba10a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/stale.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
const issues = await github.paginate(opts);
2727
2828
// Set this value to whatever makes sense for the repo.
29-
let elapsedDays =15
29+
let elapsedDays =30
3030
3131
let elapsed = elapsedDays * 24 * 60 * 60 * 1000;
3232
let now = new Date().getTime();
@@ -88,7 +88,7 @@ jobs:
8888
const issues = await github.paginate(opts);
8989
9090
// Set this value to whatever makes sense for the repo.
91-
let elapsedDays =30;
91+
let elapsedDays =15;
9292
9393
let elapsed = elapsedDays * 24 * 60 * 60 * 1000;
9494
let now = new Date().getTime();

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp