From 0506315cb881e8256de0217260614ffe14cd9721 Mon Sep 17 00:00:00 2001 From: gab-arrobo Date: Wed, 7 Aug 2024 23:22:03 -0500 Subject: [PATCH] Enable signoff in GitHub Action (#133) * Enable signoff in GitHub Action Signed-off-by: Arrobo, Gabriel * Delete unsed directory Signed-off-by: Arrobo, Gabriel --------- Signed-off-by: Arrobo, Gabriel --- .github/workflows/push.yml | 2 +- .reuse/dep5 | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 .reuse/dep5 diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 9549f6b..b847206 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -168,7 +168,7 @@ jobs: commit-message: Update version committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com> - signoff: false + signoff: true branch: version-update delete-branch: true title: Update version diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index d12a93c..0000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,10 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: pcf -Upstream-Contact: Open Networking Foundation -Source: https://github.com/omec-project/pcf - -# Sample paragraph, commented out: -# -# Files: src/* -# Copyright: $YEAR $NAME <$CONTACT> -# License: ...