From 7bf756c6b67da44d5f8ddc54a21d08fb4ab4ec85 Mon Sep 17 00:00:00 2001 From: rick Date: Mon, 30 Sep 2019 11:12:16 +0800 Subject: [PATCH] Add a new label which is hacktoberfest --- .github/settings.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/settings.yml b/.github/settings.yml index bd55f94..2859a59 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -31,6 +31,9 @@ labels: color: c5def5 - name: documentation color: 5ce05e + - name: Hacktoberfest + description: More details from https://hacktoberfest.digitalocean.com/ + color: 5ce05e - name: test color: c2c2fc - name: chore -- GitLab