llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
27.92k stars 11.52k forks source link

group subscribers potentially not notified for labels on issues added by `github-actions` bot #104436

Open firewave opened 4 weeks ago

firewave commented 4 weeks ago

Observations based on clang-tidy label.

Tickets which are tagged by the github-actions bot do not seem to generate notifications as there is no comment by the llvmbot: #104434.

If you tag the ticket later on with the same label you will see the comment in question: https://github.com/llvm/llvm-project/issues/79213#issuecomment-1907025450.

It is possible that the notifications are being sent but somehow the comment is just being omitted. As I am not a member of any of those groups I cannot confirm that.

llvmbot commented 4 weeks ago

@llvm/issue-subscribers-infrastructure

Author: Oliver Stöneberg (firewave)

Observations based on `clang-tidy` label. Tickets which are tagged by the `github-actions` bot do not seem to generate notifications as there is no comment by the `llvmbot`: #104434. If you tag the ticket later on with the same label you will see the comment in question: https://github.com/llvm/llvm-project/issues/79213#issuecomment-1907025450. It is possible that the notifications are being sent but somehow the comment is just being omitted. As I am not a member of any of those groups I cannot confirm that.
firewave commented 4 weeks ago

This does not seem to apply to issues which are being created with the label in question already attached: #101580.