buluma/ShadowNet - Issue Auto Labeling and Assigning
trigger an action based on issue/PR comment
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 6, 2026
- Maintenance Recency
- Stalelast commit Mar 29, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: buluma/issue-action@3eb23ad056c93fca3538e7321af925135a250487 # 0.1.0tags can be moved; commit SHAs can't. why a SHA?
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" |