-
-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
Please add documentation and examples for avoiding running jobs when comment is not in fact a 'slash command'.
if: startswith(github.event.comment.body, '/') appears to be a good way to do so. As in
jobs:
slashCommandDispatch:
if: startswith(github.event.comment.body, '/')By avoiding running jobs it's possible to lower te bill on 'comment heavy' repos.
Metadata
Metadata
Assignees
Labels
No labels