From dcda92c72284af55fefd0fa55d4c8fa40def9f2c Mon Sep 17 00:00:00 2001 From: Sascha Mann Date: Fri, 1 Oct 2021 22:45:56 +0200 Subject: [PATCH] Add hacktoberfest-accepted label (#95) Now with working line endings --- global-files/.github/labels.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/global-files/.github/labels.yml b/global-files/.github/labels.yml index ba61b61..898a6bd 100644 --- a/global-files/.github/labels.yml +++ b/global-files/.github/labels.yml @@ -133,6 +133,11 @@ description: "Work on Documentation" color: "3c2d9f" +# This label can be added to accept PRs as part of Hacktoberfest +- name: "hacktoberfest-accepted" + description: "Make this PR count for hacktoberfest" + color: "ff7518" + # This Exercism-wide label is added to all automatically created pull requests that help migrate/prepare a track for Exercism v3 - name: "v3-migration 🤖" description: "Preparing for Exercism v3"