From 944140ce80fdcd9d7652550580e7318ce57c25f5 Mon Sep 17 00:00:00 2001 From: Ken Sodemann Date: Mon, 26 Mar 2018 09:57:17 -0500 Subject: [PATCH] chore(issue-bot): dry run the stale issue bot --- .github/ionic-issue-bot.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/ionic-issue-bot.yml b/.github/ionic-issue-bot.yml index 7d2eaef281..9e709c7320 100644 --- a/.github/ionic-issue-bot.yml +++ b/.github/ionic-issue-bot.yml @@ -23,3 +23,23 @@ closeAndLock: close: true lock: true 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