From: Remi Gacogne Date: Thu, 24 Oct 2019 10:41:22 +0000 (+0200) Subject: changelog-from-pr: Add Otto to the list of team members X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1dcf6da7964be5f586b16cad067b35d383bbe180;p=pdns changelog-from-pr: Add Otto to the list of team members --- 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()