From f383ebdf13618c1a3f74b2f5cd98c8fd1d1c31ca Mon Sep 17 00:00:00 2001 From: Ken Sodemann Date: Fri, 31 Aug 2018 21:18:15 -0500 Subject: [PATCH] chore(bot): use the bot to lock closed issues (#15403) --- .github/ionic-issue-bot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ionic-issue-bot.yml b/.github/ionic-issue-bot.yml index d083728ace..9f0cc2f9e9 100644 --- a/.github/ionic-issue-bot.yml +++ b/.github/ionic-issue-bot.yml @@ -33,6 +33,14 @@ closeAndLock: lock: true dryRun: false +lockClosed: + days: 30 + maxIssuesPerRun: 100 + message: > + Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. + 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. + dryRun: false + stale: days: 365 maxIssuesPerRun: 100