From 1dcf6da7964be5f586b16cad067b35d383bbe180 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Thu, 24 Oct 2019 12:41:22 +0200 Subject: [PATCH] changelog-from-pr: Add Otto to the list of team members --- build-scripts/changelog-from-pr.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-scripts/changelog-from-pr.py b/build-scripts/changelog-from-pr.py index d28e3fe58..981f646bc 100755 --- a/build-scripts/changelog-from-pr.py +++ b/build-scripts/changelog-from-pr.py @@ -65,7 +65,8 @@ for pr in arguments.pullrequest: if pr_info['user']['login'].lower() not in ['ahupowerdns', 'habbie', 'pieterlexis', 'rgacogne', - 'aerique', 'chbruyand']: + 'aerique', 'chbruyand', + 'omoerbeek']: try: if access_token: user_info = requests.get(pr_info['user']['url'] + '?access_token=' + access_token, auth=httpAuth).json() -- 2.50.1