strict comment check

This commit is contained in:
Vitaly Turovsky 2025-04-10 18:52:50 +03:00
commit 425cf520bc

View file

@ -13,7 +13,7 @@ jobs:
(
github.event_name == 'issue_comment' &&
github.event.issue.pull_request != '' &&
contains(github.event.comment.body, '/benchmark')
(startsWith(github.event.comment.body, '/benchmark'))
)
permissions:
pull-requests: write