From 572a39e5ab4b573a547392225b1d436769d2f0ab Mon Sep 17 00:00:00 2001
From: Tobias Brenner <19689801+brenner-tobias@users.noreply.github.com>
Date: Sun, 28 Nov 2021 13:03:42 +0100
Subject: [PATCH] Fixed line length
---
.github/labels.yml | 21 +++++++++++++++------
repository.yaml | 2 +-
2 files changed, 16 insertions(+), 7 deletions(-)
diff --git a/.github/labels.yml b/.github/labels.yml
index 2d0f68a..7de7dfb 100644
--- a/.github/labels.yml
+++ b/.github/labels.yml
@@ -4,7 +4,9 @@
description: "A breaking change for existing users."
- name: "bugfix"
color: ee0701
- description: "Inconsistencies or issues which will cause a problem for users or implementors."
+ description: >
+ "Inconsistencies or issues which will cause a
+ problem for users or implementors."
- name: "documentation"
color: 0052cc
description: "Solely about the documentation of the project."
@@ -35,7 +37,8 @@
description: "Issue is currently being resolved by a developer."
- name: "stale"
color: fef2c0
- description: "There has not been activity on this issue or PR for quite some time."
+ description: >
+ "There has not been activity on this issue or PR for quite some time."
- name: "no-stale"
color: fef2c0
description: "This issue or PR is exempted from the stable bot."
@@ -52,10 +55,12 @@
- name: "beginner-friendly"
color: 0e8a16
- description: "Good first issue for people wanting to contribute to the project."
+ description: >
+ "Good first issue for people wanting to contribute to the project."
- name: "help-wanted"
color: 0e8a16
- description: "We need some extra helping hands or expertise in order to resolve this."
+ description: >
+ "We need some extra helping hands or expertise in order to resolve this."
- name: "hacktoberfest"
description: "Issues/PRs are participating in the Hacktoberfest."
@@ -66,10 +71,14 @@
- name: "priority-critical"
color: ee0701
- description: "This should be dealt with ASAP. Not fixing this issue would be a serious error."
+ description: >
+ "This should be dealt with ASAP. Not fixing this issue would be a serious
+ error."
- name: "priority-high"
color: b60205
- description: "After critical issues are fixed, these should be dealt with before any further issues."
+ description: >
+ "After critical issues are fixed, these should be dealt with before
+ any further issues."
- name: "priority-medium"
color: 0e8a16
description: "This issue may be useful, and needs some attention."
diff --git a/repository.yaml b/repository.yaml
index 1d110ef..636e2e9 100644
--- a/repository.yaml
+++ b/repository.yaml
@@ -1,4 +1,4 @@
---
name: Add-On Repository for Cloudflare
url: https://github.com/brenner-tobias/ha-addons
-maintainer: Tobia Brenner
\ No newline at end of file
+maintainer: Tobia Brenner