From 07e40efed9052ed61cf175565033fe8b0eb6449e Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 23 Jun 2019 15:46:58 +0200 Subject: [PATCH] :pencil2: Maintaince -> Maintenance --- .github/settings.yml | 4 ++-- renovate.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index cc07dde..36fb257 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -46,9 +46,9 @@ labels: - name: "Type: Discussion" color: d4c5f9 description: "Marks an issue as an generic discussion ticket." - - name: "Type: Maintaince" + - name: "Type: Maintenance" color: 2af79e - description: "Generic maintaince tasks, e.g., package updates." + description: "Generic maintenance tasks, e.g., package updates." # Additional markers - name: "Security" diff --git a/renovate.json b/renovate.json index 2b8ed04..58ca74e 100644 --- a/renovate.json +++ b/renovate.json @@ -6,6 +6,6 @@ "commitMessageTopic": "{{depName}}", "commitMessagePrefix": ":arrow_up:", "labels": [ - "Type: Maintaince" + "Type: Maintenance" ] }