[llvm] [Github] Add ability to filter jobs in job counting script (PR #82136)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 17 16:32:08 PST 2024


boomanaiden154 wrote:

> Will the script still work with older versions of pygithub if you don't use this new option?

Good point. I was originally planning on just landing this after the version gets released, but just making sure that it works with the flag disabled (and making that the default) and landing it now probably makes a lot more sense. I've updated the patch to not enable the new flag by default, and add error handling for old versions indicating what the issue is on top of adding a TODO to remove the error handling once we're able to migrate to a PyGithub version with the patches that we need.

https://github.com/llvm/llvm-project/pull/82136


More information about the llvm-commits mailing list