Is there a trick to get 'Pull Request CI / Ensure ...
# development
c
Is there a trick to get 'Pull Request CI / Ensure PR has a category label (pull_request) ' to rerun after labels change?
b
Someone with sufficient access (I’m not sure if that includes you) can click through to that job and hit the retry button, without rerunning everything. Alternatively pushing an empty commit (with
--allow-empty
) will likely be fast due to caching. I believe there’s a PR hanging around somewhere to have the check automatically rerun when labels change
f
I have that access. Which PR?
c
https://github.com/pantsbuild/pants/pull/20463 is an example, but it happens on every PR