-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Add automatic labeling bot #4478
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
How is the LLM being queried? It seems to me like the labels on your sample issue don't necessarily match the existing pool of labels we have in the main repo, and I think we'd like it to do that for consistency and perhaps later auto-assigning based on the labels added. |
@akhilg-nv The labels are queried by the time the action was triggered. The labels are inconsistent to the labels we have in the main repo because the issue was raised in my fork. See the difference between labels in upstream and labels in my fork. Sent you the invitation to checkout the labeling logic |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@akhilg-nv The labels are queried by the time the action was triggered. The labels are inconsistent to the labels we have in the main repo because the issue was raised in my fork. See the difference between labels in upstream and labels in my fork. Sent you the invitation to checkout the labeling logic
Thanks, can we add a failsafe to make sure triaged
label isn't applied incorrectly in the validation step? LGTM
Fixed in e74434b |
e74434b
to
2b85d2b
Compare
2b85d2b
to
0261f44
Compare
Signed-off-by: Po-Wei Wang (Vincent) <[email protected]>
Signed-off-by: Po-Wei Wang (Vincent) <[email protected]>
Signed-off-by: Po-Wei Wang (Vincent) <[email protected]>
Signed-off-by: Po-Wei Wang (Vincent) <[email protected]>
Signed-off-by: Po-Wei Wang (Vincent) <[email protected]>
0261f44
to
903ae62
Compare
Adds an automatic labelling bot using LLM whenever an issue is raised. See an example issue at poweiw#4 and its run log at https://github.com/poweiw/TensorRT/actions/runs/15433437593
The
goggles_action
is still private. Please contact @poweiw for access.This bot uses label descriptions defined in TRT repo, so ensure the labels descriptions are clear and instructive. Note that this bot DOES NOT auto-assign, so module owners still have to check their modules.