From ae47763bbed718f18dd100c2c1dfda2af356b3a6 Mon Sep 17 00:00:00 2001 From: Ken Sodemann Date: Fri, 27 Jul 2018 08:43:21 -0500 Subject: [PATCH] chore(bot): remove unnecessary quotes from config --- .github/ionic-issue-bot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ionic-issue-bot.yml b/.github/ionic-issue-bot.yml index 3126efd625..e07cfe99e2 100644 --- a/.github/ionic-issue-bot.yml +++ b/.github/ionic-issue-bot.yml @@ -55,12 +55,12 @@ stale: labelPullRequest: labels: - - label: "v3" + - label: v3 branch: v3 - - label: "angular" + - label: angular branch: master path: ^angular - - label: "core" + - label: core branch: master path: ^core dryRun: false