fix action (#8716)
This commit is contained in:
@@ -18,8 +18,8 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
COMMENT: ${{ github.event.comment.body }}
|
COMMENT: ${{ github.event.comment.body }}
|
||||||
run: |
|
run: |
|
||||||
if [[ "$TITLE" == *"@github-actions"* ]] || \
|
if [[ "$COMMENT" == *"@github-actions"* ]] || \
|
||||||
[[ "$TITLE" == *"github-actions[bot]"* ]]; then
|
[[ "$COMMENT" == *"github-actions[bot]"* ]]; then
|
||||||
bot_mentioned=true
|
bot_mentioned=true
|
||||||
else
|
else
|
||||||
bot_mentioned=false
|
bot_mentioned=false
|
||||||
|
|||||||
Reference in New Issue
Block a user