From c1b6d0712fd3c897525ec8b298006d5861dd44aa Mon Sep 17 00:00:00 2001 From: Jarno Elovirta Date: Sun, 5 May 2024 15:57:28 +0300 Subject: [PATCH] Add author to GHA generated PR commits Signed-off-by: Jarno Elovirta --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9a21ecb0..53da661f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -103,6 +103,7 @@ jobs: * dita-ot/org.dita-ot.html (${{ env.WEBSITE_PLUGIN_BRANCH }}) commit-message: 'Update ‘${{ env.RELEASE }}’ docs for ${{ env.RELEASE_VERSION }}' committer: 'DITA-OT Bot ' + author: 'DITA-OT Bot ' signoff: true token: ${{ secrets.DOCS_RELEASE_TOKEN }} path: website @@ -139,6 +140,7 @@ jobs: Update docs GitHub Actions for ${{ env.RELEASE_VERSION }}. commit-message: 'Update GitHub Actions for ${{ env.RELEASE_VERSION }}' committer: 'DITA-OT Bot ' + author: 'DITA-OT Bot ' signoff: true token: ${{ secrets.DOCS_RELEASE_TOKEN }} labels: |