senecalabs/Pull Request Comment Trigger
Look for a "trigger_string" in a pull-request comment, so that later steps can know whether or not to run.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| reaction | The emoji "reaction" to put on the comment to indicate that the trigger was detected. For example, "rocket". Needs to be one of https://developer.github.com/v3/reactions/#reaction-types | — | eyes |
| trigger_string | The string to look for in pull-request descriptions and comments. For example "#build/android" | yes | — |
Outputs
| name | description |
|---|---|
| triggered | the string 'true' if the trigger_string was found, otherwise the string 'false' |
| comment_body | body of the comment that triggered this workflow |
| commit_sha | latest commit of the pr that this comment was on |