From 79175e2a0940d742311ba459bc2c233a45b7cc49 Mon Sep 17 00:00:00 2001 From: Hailey Date: Mon, 18 Mar 2024 08:40:43 -0700 Subject: [PATCH] Fix PR labeler bot comment delete (#3249) --- .github/workflows/pull-request-commit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 + });