forked from Polymer/tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Polymer#3492 from Polymer/stalebot
Create stale.yml
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Mark issues stale after 1 year | ||
daysUntilStale: 365 | ||
# Delete stale issues after 2 years | ||
daysUntilClose: 730 | ||
markComment: > | ||
This issue has been automatically marked as stale because it has not had | ||
recent activity. It will be closed if no further activity occurs. Thank you | ||
for your contributions. | ||
closeComment: > | ||
This issue has been automatically closed after being marked stale. If you're | ||
still facing this problem with the above solution, please comment and we'll | ||
reopen! |