Skip to content

Commit

Permalink
Do not automatically close message, update stale message (#29310)
Browse files Browse the repository at this point in the history
* Do not automatically close message, update stale message

* Adjust wording based on review.
  • Loading branch information
mkaz authored Feb 24, 2021
1 parent c91347a commit 4700919
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/stale-issue-needs-info.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Close stale issues that requires info"
name: "Mark issues stale that require info"
on:
schedule:
- cron: "30 1 * * *"
Expand All @@ -10,9 +10,8 @@ jobs:
- uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'Help us move this issue forward. Since it has no activity after 15 days of requesting more information, a bot is marking the issue as stale. Please add additional information as a comment or this issued will be closed in 5 days.'
close-issue-message: 'This issue was closed because more information was requested and there was no activity. If this is a bug report and still a problem, please supply the additional information requested and reopen the issue.'
stale-issue-message: 'Help us move this issue forward. This issue is being marked stale since it has no activity after 15 days of requesting more information. Please add info requested so we can help move the issue forward. Note: The triage policy is to close stale issues that need more info and no response after 2 weeks.'
days-before-stale: 15
days-before-close: 5
days-before-close: -1
only-labels: '[Status] Needs More Info'
stale-issue-label: '[Status] Stale'

0 comments on commit 4700919

Please sign in to comment.