Skip to content

Commit

Permalink
Add author to GHA generated PR commits (#560)
Browse files Browse the repository at this point in the history
## Description
Add `author` to PR commits generated by GitHub Actions.

## Motivation and Context
Fix mismatch between `author` and sign-off.
  • Loading branch information
jelovirt authored May 5, 2024
2 parents c10b2c9 + c1b6d07 commit 3f5760b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>'
author: 'DITA-OT Bot <[email protected]>'
signoff: true
token: ${{ secrets.DOCS_RELEASE_TOKEN }}
path: website
Expand Down Expand Up @@ -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 <[email protected]>'
author: 'DITA-OT Bot <[email protected]>'
signoff: true
token: ${{ secrets.DOCS_RELEASE_TOKEN }}
labels: |
Expand Down

0 comments on commit 3f5760b

Please sign in to comment.