Skip to content

Commit

Permalink
ci: fix stale wokflow messages to match settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tprasadtp committed Apr 13, 2021
1 parent 0c69166 commit 6469584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
enable-statistics: true
# Issues
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 14 days."
close-issue-message: "This issue was closed because it has been stalled for 5 days with no activity."
close-issue-message: "This issue was closed because it has been stalled for 14 days with no activity."
stale-issue-label: "Status:Stale"
days-before-issue-stale: 60
days-before-issue-close: 14
Expand All @@ -45,7 +45,7 @@ jobs:
days-before-pr-stale: 60
days-before-pr-close: 30
stale-pr-label: "Status:Stale"
close-pr-message: "This PR was closed because it has been stalled for 10 days with no activity."
close-pr-message: "This PR was closed because it has been stalled for 30 days with no activity."
stale-pr-message: "This PR 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."

# Milestones
Expand Down

0 comments on commit 6469584

Please sign in to comment.