rstudio/Text Analyzer Action
Analyzes text to help with issue triage
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| check-phrase | A phrase to look for in the text | yes | I'm stuck because of this issue.: True |
| issue-body | The text body that you want to check for the phrase | yes | ${{ github.event.issue.body }} |
Outputs
| name | description |
|---|---|
| contains-phrase | Whether the check phrase was found |