naturalclar/Issue Auto Labeling and Assigning
trigger an action based on issue content
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Github token | yes | — |
| parameters | JSON array of keywords to look for and labels and assignees to be set when there's a keyword match | yes | — |
| title-or-body | Whether to check the issue title, the issue body, or both for matching keywords | no | both |
Outputs
| name | description |
|---|---|
| title | Title of Issue |
| body | Body of Issue |
| labeled | "true" if labeled otherwise "false" |
| assigned | "true" if assigned otherwise "false" |