Skip to content

Commit

Permalink
Ensure both author and committer match
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Aug 5, 2022
1 parent c4fe5c2 commit d94ddb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/dotnet-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
branch: dotnet-file-sync
delete-branch: true
labels: dependencies
author: ${{ env.BOT_AUTHOR }}
committer: ${{ env.BOT_AUTHOR }}
commit-message: ⬆️ Bump files with dotnet-file sync

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/includes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
BOT_NAME_SECRET: ${{ secrets.BOT_NAME }}
BOT_EMAIL_SECRET: ${{ secrets.BOT_EMAIL }}
BOT_AUTHOR_SECRET: ${{ secrets.BOT_AUTHOR }}

- name: +M▼ includes
uses: devlooped/actions-include@v4

Expand All @@ -32,6 +32,7 @@ jobs:
branch: markdown-includes
delete-branch: true
labels: dependencies
author: ${{ env.BOT_AUTHOR }}
committer: ${{ env.BOT_AUTHOR }}
commit-message: +M▼ includes
title: +M▼ includes
Expand Down

0 comments on commit d94ddb1

Please sign in to comment.