You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we still had standalone builds it was easy to point your finger at an LLVM sub-project that broke a build. We would assign a label such as project/llvm or project/clang. At the moment we only assign project/llvm all the time. It would be nice if more specific labels can be added from a path of a broken compilation or test. For starters, simply taking the first bit of a path should give us the project.
The text was updated successfully, but these errors were encountered:
When we still had standalone builds it was easy to point your finger at an LLVM sub-project that broke a build. We would assign a label such as
project/llvm
orproject/clang
. At the moment we only assignproject/llvm
all the time. It would be nice if more specific labels can be added from a path of a broken compilation or test. For starters, simply taking the first bit of a path should give us the project.The text was updated successfully, but these errors were encountered: