From 6af9f3a6f4aa4590779ecec5021f41c77cdf2c8a Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Thu, 5 Sep 2019 13:58:09 +0200 Subject: [PATCH] Lint available yaml files --- .github/settings.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/settings.yml b/.github/settings.yml index 4fe9ffbc9..70a85504e 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -1,6 +1,7 @@ +--- repository: name: ocis - description: :atom_symbol: ownCloud Infinit Scale stack + description: ':atom_symbol: ownCloud Infinit Scale stack' homepage: topics: reva, ocis @@ -62,3 +63,5 @@ branches: contexts: - continuous-integration/drone/pr enforce_admins: false + +...