Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix action (#8716)

authored by

hailey and committed by
GitHub
c37ab838 26755445

+2 -2
+2 -2
.github/workflows/pull-request-comment.yml
··· 18 18 env: 19 19 COMMENT: ${{ github.event.comment.body }} 20 20 run: | 21 - if [[ "$TITLE" == *"@github-actions"* ]] || \ 22 - [[ "$TITLE" == *"github-actions[bot]"* ]]; then 21 + if [[ "$COMMENT" == *"@github-actions"* ]] || \ 22 + [[ "$COMMENT" == *"github-actions[bot]"* ]]; then 23 23 bot_mentioned=true 24 24 else 25 25 bot_mentioned=false