Skip to content

Commit

Permalink
Fix PR labeler bot comment delete (#3249)
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok authored Mar 18, 2024
1 parent 98bca69 commit 79175e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -182,4 +182,4 @@ jobs:
comment_id: '${{ steps.old_comment.outputs.comment-id }}',
owner: context.repo.owner,
repo: context.repo.repo,
});
});

0 comments on commit 79175e2

Please sign in to comment.