Skip to content

Commit

Permalink
Merge pull request #797 from openameba/ci/commit-author
Browse files Browse the repository at this point in the history
ci: set bot user as author
  • Loading branch information
herablog authored Sep 7, 2023
2 parents cb5413b + 01bff1a commit 13512ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-icon-from-figma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
commit-message: 'feat(spindle-icons): update icons'
branch: feat/build-icon-via-webhook
delete-branch: true
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-icon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
commit-message: 'feat(spindle-icons): update icons'
branch: feat/build-icon-via-webhook
delete-branch: true
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-tokens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
commit-message: 'feat(spindle-tokens): update design tokens'
branch: feat/build-tokens-via-webhook
delete-branch: true
Expand Down

0 comments on commit 13512ec

Please sign in to comment.