ci: grant issues:write to pr-cleanup workflow - #2242
Conversation
Removing a label requires issues:write, not just pull-requests:write, which was causing the label-removal step to fail with a 403. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Benchmark reportthis PR - run time: 1 slower, 1 faster
compile time: unchanged across 32 benchmarksSignificant changes (2) ──────── run time ─────── ───── compile time ─────
benchmark baseline this PR Δ baseline this PR Δ
───────────────────────────────────────────────────────────────────────────────
+ categorical_log_prob 2.4 ms 2.1 ms -12.0% 70.3 ms 70.3 ms +0.1%
- gamma_log_prob 2.1 ms 2.3 ms +7.3% 2.22 s 2.43 s +9.3%Red is slower, green is faster; a row is coloured by the worse of its two columns. A delta in parentheses cleared the threshold on a measurement below the resolution floor, so it is shown without being called a change. † marks a benchmark that could not be compared — see below. Full results
|
| baseline | this PR | |
|---|---|---|
| ref | master |
pr-cleanup-update |
| commit | 5f9090f4 |
64bbac91 |
| numpyro | 0.21.0 | 0.21.0 |
| jax | 0.11.0 | 0.11.0 |
| backend | cpu | cpu |
| python | 3.14.7 | 3.14.7 |
Runner: Linux-6.17.0-1020-azure-x86_64-with-glibc2.39, 4 CPUs.
Produced by this benchmark run.
Removing a label requires issues:write, not just pull-requests:write, which was causing the label-removal step to fail with a 403.