From 5d3597cff13a1bb459addbcb78e10aa95dd0d4bd Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2019 14:25:29 +0000 Subject: [PATCH 1/2] docs: update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 34cf433a..f1751bbd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # PR Labeler -[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors) +[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors) A GitHub Action that automatically applies labels to your PRs based on branch name patterns like `feature/*` or `fix/*`. Can be used in combination with [Release Drafter](https://github.com/toolmantim/release-drafter) to automatically [categorize pull requests](https://github.com/toolmantim/release-drafter#categorize-pull-requests). @@ -51,6 +51,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d +
Timon van Spronsen
Timon van Spronsen

💻 🤔 ⚠️ 📖
Clemens Bastian
Clemens Bastian

💻 📖 🐛
From 799f4f874fcf345f7f3f11706fe1e102e16cb457 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2019 14:25:30 +0000 Subject: [PATCH 2/2] docs: update .all-contributorsrc --- .all-contributorsrc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 6860be8d..ef0b721d 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -16,6 +16,17 @@ "test", "doc" ] + }, + { + "login": "amacado", + "name": "Clemens Bastian", + "avatar_url": "https://avatars2.githubusercontent.com/u/8781699?v=4", + "profile": "http://clemensbastian.de", + "contributions": [ + "code", + "doc", + "bug" + ] } ], "contributorsPerLine": 7,