Skip to content

Commit

Permalink
chore(workflows/stale): update close message (#13188)
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Mar 19, 2023
1 parent 5b75e10 commit f490627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 5 days'
close-issue-message: "This issue was closed because it has been inactive for 19 days since being marked as stale."
close-issue-message: "This issue was closed because it has been inactive for 19 days and has been marked as stale."
days-before-stale: 14
days-before-close: 5
any-of-labels: can't reproduce,help,needs clarification
any-of-labels: can't reproduce,help,needs clarification

0 comments on commit f490627

Please sign in to comment.