chore(issue-bot): dry run the stale issue bot

This commit is contained in:
Ken Sodemann
2018-03-26 09:57:17 -05:00
committed by GitHub
parent 77fc792644
commit 944140ce80

View File

@ -23,3 +23,23 @@ closeAndLock:
close: true close: true
lock: true lock: true
dryRun: false dryRun: false
stale:
days: 365
maxIssuesPerRun: 100
exemptLabels:
- good first issue
- triage
exemptProjects: true
exemptMilestones: true
label: "ionitron: stale issue"
message: >
Thanks for the issue! This issue is being closed due to inactivity. If this is still
an issue with the latest version of Ionic, please create a new issue and ensure the
template is fully filled out.
Thank you for using Ionic!
close: true
lock: true
dryRun: true