actions-marketplace-validations/Issue Comment Labeler
trigger an action based on issue comment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 16, 2026
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/amwam_issue-comment-action@968590c65648f11a36a480746f7c204ffd78dfc2 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
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" |