]> granicus.if.org Git - pdns/commitdiff
changelog-from-pr: Add Otto to the list of team members
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 24 Oct 2019 10:41:22 +0000 (12:41 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 24 Oct 2019 10:41:22 +0000 (12:41 +0200)
build-scripts/changelog-from-pr.py

index d28e3fe5849aa425888ec5add1edb4092ec72d9c..981f646bc0c2e2fc20ed1ce71c91967e4daf1491 100755 (executable)
@@ -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()