From f243150bac1f11be2e44a2b11c1adc2f045f42e5 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 23 Jun 2019 10:18:32 +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 c09d2ce..f35d60e 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" ] }