From 336ead78541db8b64c99a26f39007844315942cc Mon Sep 17 00:00:00 2001 From: Ximon Eighteen <3304436+ximon18@users.noreply.github.com> Date: Tue, 8 Feb 2022 09:42:10 +0100 Subject: [PATCH] Don't attribute the DEB package changelog maintainer to the personal GitHub details of the PR merging user, instead attribute it to RPKI team (#61) --- .github/workflows/pkg.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/pkg.yml b/.github/workflows/pkg.yml index b6cf1d9..bada234 100644 --- a/.github/workflows/pkg.yml +++ b/.github/workflows/pkg.yml @@ -222,18 +222,7 @@ jobs: *) VARIANT_NAME="" ;; esac - case ${{ github.event_name }} in - pull_request | workflow_dispatch) - MAINTAINER="${{ github.event.sender.login }} " - ;; - push) - MAINTAINER="${{ github.event.pusher.name }} <${{ github.event.pusher.email }}>" - ;; - *) - echo 2>&1 "ERROR: Unexpected GitHub Actions event" - exit 1 - ;; - esac + MAINTAINER="The NLnet Labs RPKI Team " # Generate the RFC 5322 format date by hand instead of using date --rfc-email # because that option doesn't exist on Ubuntu 16.04 and Debian 9