aws-github-ops/Issue Auto Labeling and Assigning
trigger an action based on issue content
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 9, 2026
- License
- Apache 2.0
Pinned Snippet
uses: aws-github-ops/aws-issue-triage-manager@d22c6c480f9a1fe4abba77b6762a05a5b51ef6b2 # 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 | — |
| parameters | JSON array of keywords to look for and labels and assignees to be set when there's a keyword match | yes | — |
| target | Choose to function only on issues, PRs, or both | no | both |
| area-is-keyword | Automatically count the area string as a keyword for that area | no | false |
| default-area | Labels and assignees to apply when no keywords are detected | no | — |
| included-labels | Only issues which include one of these labels will be triaged | no | — |
| excluded-labels | Issues which include any of these labels will not be triaged | no | — |
| excluded-expressions | Words to exclude from search | no | — |
| similarity | Determines how similar two words can be for similarity to be detected | no | .125 |
| body-value | How much each keyword in issue body is weighted | no | .025 |
| affixes | Strings to append or prepend to all keywords | no | — |
Outputs
| name | description |
|---|---|
| title | Title of Issue |
| body | Body of Issue |
| labeled | "true" if labeled otherwise "false" |
| assigned | "true" if assigned otherwise "false" |