Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tools] Second take to fix bloat check (#26544)
Apparently, in the previous PR I replaced the deprecated DataFrame.append with pandas.concat, but I didn't realize that our scripts add extra attributes to the data frame, which are not copied during the concatenation. This time, I verified the script locally using --github-comment and --github-dryrun-comment. Also, do not fetch submodules in the bloat check job as it takes most of the job's execution time.
- Loading branch information