From: Fred Morcos Date: Thu, 17 Mar 2022 11:11:14 +0000 (+0100) Subject: Add my username to changelog scripts X-Git-Tag: rec-4.7.0-beta1~53^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5ac8bc4105a9e487e362b24f096663e3b8f3380f;p=thirdparty%2Fpdns.git Add my username to changelog scripts --- diff --git a/build-scripts/changelog-from-pr.py b/build-scripts/changelog-from-pr.py index 174c0fa686..039629cb1c 100755 --- a/build-scripts/changelog-from-pr.py +++ b/build-scripts/changelog-from-pr.py @@ -67,7 +67,7 @@ for pr in arguments.pullrequest: if pr_info['user']['login'].lower() not in ['ahupowerdns', 'habbie', 'pieterlexis', 'rgacogne', 'aerique', 'chbruyand', - 'omoerbeek']: + 'omoerbeek', 'fredmorcos']: try: if access_token: user_info = requests.get(pr_info['user']['url'], diff --git a/build-scripts/git-to-changelog-merges b/build-scripts/git-to-changelog-merges index 4ce653128b..8cef1f7e94 100755 --- a/build-scripts/git-to-changelog-merges +++ b/build-scripts/git-to-changelog-merges @@ -7,7 +7,7 @@ else perl -pe 's! from ([^/]+).+XXX (.+) \(AUTHOR\)!: \2 (\1)!g' |\ perl -pe 's!Merge pull request #([[:digit:]]+)![#\1](https://github.com/PowerDNS/pdns/pull/\1)!g' |\ perl -pe 's![#[[:digit:]]+]\(.+\): Backport #([[:digit:]]+)![#\1](https://github.com/PowerDNS/pdns/pull/\1)!g' |\ - perl -pe 's!\((rgacogne|habbie|ahupowerdns|pieterlexis|omoerbeek|aerique|chbruyand)\)!!gi' |\ + perl -pe 's!\((rgacogne|habbie|ahupowerdns|pieterlexis|omoerbeek|aerique|chbruyand|fredmorcos)\)!!gi' |\ perl -pe 's!\(mind04\)!(Kees Monshouwer)!g' |\ perl -pe 's! $!!' |\ grep -v dnsdist