From 400613df8c6e3ef90a575072a552be68d9a11aac Mon Sep 17 00:00:00 2001 From: Autobot Date: Mon, 2 Oct 2023 22:36:22 +0000 Subject: [PATCH] Update contributors [skip ci] --- .all-contributorsrc | 9 +++++++++ README.md | 1 + packages/cli/README.md | 1 + packages/core/README.md | 1 + packages/requester-utils/README.md | 1 + packages/rest/README.md | 1 + 6 files changed, 14 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 334388c6d..232d9bcb5 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -968,6 +968,15 @@ "contributions": [ "code" ] + }, + { + "login": "mercutiodesign", + "name": "Martin Dreher", + "avatar_url": "https://avatars.githubusercontent.com/u/1114120?v=4", + "profile": "https://github.com/mercutiodesign", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 26 diff --git a/README.md b/README.md index 86149e08c..d2005319a 100644 --- a/README.md +++ b/README.md @@ -194,6 +194,7 @@ Benjamin Beret Alessandro Diez artlist-scottambrose + Martin Dreher

diff --git a/packages/cli/README.md b/packages/cli/README.md index ed8f7471f..3302f8163 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -239,6 +239,7 @@ This could be set globally or using a [.env](https://github.com/motdotla/dotenv#
Benjamin Beret Alessandro Diez artlist-scottambrose + Martin Dreher

diff --git a/packages/core/README.md b/packages/core/README.md index 4d3e47498..47d353083 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -229,6 +229,7 @@ import { Gitlab } from '@gitbeaker/core';
Benjamin Beret Alessandro Diez artlist-scottambrose + Martin Dreher

diff --git a/packages/requester-utils/README.md b/packages/requester-utils/README.md index 2d17c974b..782699674 100644 --- a/packages/requester-utils/README.md +++ b/packages/requester-utils/README.md @@ -229,6 +229,7 @@ import { RequesterUtils, BaseResource } from '@gitbeaker/requester-utils';
Benjamin Beret Alessandro Diez artlist-scottambrose + Martin Dreher

diff --git a/packages/rest/README.md b/packages/rest/README.md index 353257bdd..8730e037f 100644 --- a/packages/rest/README.md +++ b/packages/rest/README.md @@ -409,6 +409,7 @@ projectsAPI.create({
Benjamin Beret Alessandro Diez artlist-scottambrose + Martin Dreher