amwam/Issue Comment Labeler
trigger an action based on issue comment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Github token | yes | — |
| keywords | keywords to look for in the issue | yes | — |
| assignees | assignees to be assigned when keyword is found | — | — |
| labels | labels to be set when keyword is found | — | — |
Outputs
| name | description |
|---|---|
| title | Title of Issue |
| body | Body of Issue |
| labeled | "true" if labeled otherwise "false" |
| assigned | "true" if assigned otherwise "false" |