]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - build-scripts/changelog-from-pr.py
Merge pull request #8772 from rgacogne/dnsdist-prometheus-backend-status
[thirdparty/pdns.git] / 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()