Skip to content

Commit 9b2b5a1

Browse files
committed
Fixed github bot message
1 parent 1fbd033 commit 9b2b5a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/inactive-issues.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
days-before-issue-stale: 15
1616
days-before-issue-close: 15
1717
stale-issue-label: "stale"
18-
stale-issue-message: "This issue is stale because it has been open for 15 days with no activity. It will be closed in 5 days if there are no modifications."
19-
close-issue-message: "This issue was closed because it has been inactive for 15 days since being marked as stale."
18+
stale-issue-message: "This issue is stale because it has been open for 15 days with no activity. If there are no further updates or modifications within the next 15 days, it will be automatically closed."
19+
close-issue-message: "This issue has been closed as it has been inactive for 15 days since being marked as stale."
2020
stale-pr-label: "stale"
21-
stale-pr-message: "This PR is stale because it has been open for 7 days with no activity. It will be closed in 5 days if there are no modifications."
22-
close-pr-message: "This PR was closed because it has been inactive for 7 days since being marked as stale."
21+
stale-pr-message: "This PR is stale because it has been open for 7 days with no activity. If there are no further updates or modifications within the next 7 days, it will be automatically closed."
22+
close-pr-message: "This pull request has been closed as it has been inactive for 7 days since being marked as stale."
2323
days-before-pr-stale: 7
2424
days-before-pr-close: 7
2525
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)