diff options
author | Hailey <me@haileyok.com> | 2024-03-18 08:40:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-18 08:40:43 -0700 |
commit | 79175e2a0940d742311ba459bc2c233a45b7cc49 (patch) | |
tree | 194b45c42d80a8207af8c00a2f96a4beba5a2a09 /.github/workflows | |
parent | 98bca69ae996dabf3c7bf05f98497b56b62cb494 (diff) | |
download | voidsky-79175e2a0940d742311ba459bc2c233a45b7cc49.tar.zst |
Fix PR labeler bot comment delete (#3249)
Diffstat (limited to '.github/workflows')
-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 + }); |