Uh oh!
There was an error while loading. Please reload this page.
Fix label action - #2744
Conversation
moradology
commented
Jan 22, 2025
This proved to require an odd and detailed intervention. Assuming the efforts in #2747 are accepted, I think this PR can be closed |
martindurant
commented
Jan 22, 2025
I like the simplicity of this fix, but how do we know if it works? Should we merge and see what happens? |
dstansby
commented
Jan 22, 2025
Yes, it will need merging to verify if it works . |
moradology
commented
Jan 22, 2025
Can technically swap over to target |
jhamman
commented
Jan 24, 2025
Can we get this merged now? The failing labeler is causing CI checks to fail on all PRs. |
dstansby
commented
Jan 24, 2025
Sure, it just needs a maintainer to review/approve/merge. |
martindurant
commented
Jan 24, 2025
@d-v-b , will auto-merge happen if the labeler run fails? (as it will, since it won't take action until its in main) |
d-v-b
commented
Jan 24, 2025
I was wondering the same thing. we shall see! |
dstansby
commented
Jan 24, 2025
Looks like this worked: https://github.com/zarr-developers/zarr-python/actions/runs/12951743813/job/36127460117?pr=2714 🎉 |
This seems to have gone wrong in #2736, so trying to fix here.
Because the job is defined using
pull_request_target, it's run from the GH actions config on themainbranch, so this will need merging to fix the job.