diff --git a/.github/workflows/pull-request-commit.yml b/.github/workflows/pull-request-commit.yml index 72381a32..b233bc4c 100644 --- a/.github/workflows/pull-request-commit.yml +++ b/.github/workflows/pull-request-commit.yml @@ -114,7 +114,7 @@ jobs: id: old_comment with: issue-number: ${{ github.event.pull_request.number }} - comment-author: 'expo-bot' + comment-author: 'github-actions' body-includes: - name: 💬 Add comment with fingerprint @@ -182,4 +182,4 @@ jobs: comment_id: '${{ steps.old_comment.outputs.comment-id }}', owner: context.repo.owner, repo: context.repo.repo, - }); \ No newline at end of file + });