Skip to content

Commit

Permalink
reword
Browse files Browse the repository at this point in the history
Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
  • Loading branch information
Wwwsylvia committed Oct 10, 2024
1 parent bb09174 commit 1a79c0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
steps:
- uses: actions/stale@v9
with:
stale-issue-message: "This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days."
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 30 days."
close-issue-message: "This issue was closed because it has been stalled for 30 days with no activity."
close-pr-message: "This PR was closed because it has been stalled for 30 days with no activity."
stale-issue-message: "This issue is stale because it has been open for 60 days with no activity. Remove the stale label or comment to prevent it from being closed in 30 days."
stale-pr-message: "This PR is stale because it has been open for 45 days with no activity. Remove the stale label or comment to prevent it from being closed in 30 days."
close-issue-message: "This issue has been closed because there has been no activity for 30 days."
close-pr-message: "This PR has been closed because there has been no activity for 30 days."
days-before-issue-stale: 60
days-before-pr-stale: 45
days-before-issue-close: 30
Expand Down

0 comments on commit 1a79c0d

Please sign in to comment.