Skip to content

Commit a0c47bc

Browse files
committed
Fix stale gh action messages
1 parent 80aff4f commit a0c47bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
steps:
1010
- uses: actions/stale@v5
1111
with:
12-
stale-issue-message: "This issue is stale because it has been open 28 days with no activity. Remove stale label or comment or this will be closed in 5 days."
13-
stale-pr-message: "This PR is stale because it has been open 28 days with no activity. Remove stale label or comment or this will be closed in 10 days."
12+
stale-issue-message: "This issue is stale because it has been open 28 days with no activity. Remove stale label or comment or this will be closed in 7 days."
13+
stale-pr-message: "This PR is stale because it has been open 28 days with no activity. Remove stale label or comment or this will be closed in 14 days."
1414
close-issue-message: "This issue was closed because it has been stalled for 7 days with no activity."
1515
close-pr-message: "This PR was closed because it has been stalled for 14 days with no activity."
1616
days-before-issue-stale: 28

0 commit comments

Comments
 (0)