Bluesky app fork with some witchin' additions 💫

Fix PR labeler bot comment delete (#3249)

authored by hailey.at and committed by

GitHub 79175e2a 98bca69a

+2 -2
+2 -2
.github/workflows/pull-request-commit.yml
··· 114 114 id: old_comment 115 115 with: 116 116 issue-number: ${{ github.event.pull_request.number }} 117 - comment-author: 'expo-bot' 117 + comment-author: 'github-actions' 118 118 body-includes: <!-- pr-labeler comment --> 119 119 120 120 - name: 💬 Add comment with fingerprint ··· 182 182 comment_id: '${{ steps.old_comment.outputs.comment-id }}', 183 183 owner: context.repo.owner, 184 184 repo: context.repo.repo, 185 - }); 185 + });