The GitHub Actions job "Benchmarks" on texera.git/fix/ruleset-gh-readonly-queue-glob has succeeded. Run started by GitHub user Yicong-Huang (triggered by Yicong-Huang).
Head commit for run: ee3372fb455e5a7ed9f8473934c13c46f15b26d3 / Yicong-Huang <[email protected]> fix(ci): exclude gh-readonly-queue/**, release/**, backport/** (all depths) from branch-creation ruleset The Restrict Branch Creation ruleset excluded refs/heads/gh-readonly-queue/*, but GitHub ruleset globs do not cross '/', so a single * matches only a single path segment. Merge queue branches nest the base ref (gh-readonly-queue/main/pr-N, gh-readonly-queue/release/v1.2/pr-N), so they were NOT excluded — the creation rule blocked the merge queue from creating its temporary branch, freezing merges to main and every release branch. Use ** for gh-readonly-queue, release, and backport so branches at any depth under those prefixes are matched, restoring the merge queue. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]> Report URL: https://github.com/apache/texera/actions/runs/30522615233 With regards, GitHub Actions via GitBox
