Skip to content

Commit f724107

Browse files
authored
ci: fix values in stale comment messages (#3448)
Signed-off-by: Andrei Aaron <andreifdaaron@gmail.com>
1 parent 0d42ba2 commit f724107

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/stale.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
steps:
1515
- uses: actions/stale@v10
1616
with:
17-
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
18-
stale-pr-message: 'This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.'
17+
stale-issue-message: 'This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
18+
stale-pr-message: 'This PR is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 10 days.'
1919
close-issue-message: 'This issue was closed because it has been stalled for 5 days with no activity.'
2020
close-pr-message: 'This PR was closed because it has been stalled for 10 days with no activity.'
2121
days-before-issue-stale: 90

0 commit comments

Comments
 (0)