diff options
-rw-r--r-- | .github/workflows/pull-request-commit.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/pull-request-commit.yml b/.github/workflows/pull-request-commit.yml index 72381a32d..b233bc4cd 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: <!-- pr-labeler comment --> - 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 + }); |