matplotlib / ipympl

Matplotlib Jupyter Integration
https://matplotlib.org/ipympl/
BSD 3-Clause "New" or "Revised" License
1.59k stars 225 forks source link

Fix update_galata_references github action #545

Closed ianthomas23 closed 9 months ago

ianthomas23 commented 9 months ago

Here I am trying to fix the update_galata_references github action after the recent changes that broke it. It should be run as before by adding a PR comment containing the text "update galata references". I have checked in a couple of incorrect test images so that the update is required before CI will pass.

This is not yet using the JupyterLab maintainer-tools, that is something to consider in the future.

ianthomas23 commented 9 months ago

Please update galata references.

ianthomas23 commented 9 months ago

Please update galata references.

ianthomas23 commented 9 months ago

Pretty please update galata references.

ianthomas23 commented 9 months ago

Hmm, it is running the action from the main branch not this PR branch, as it is running code that I have deleted in this branch.

martinRenou commented 9 months ago

Yep the bot runs from the main branch. Last time I checked, it's not possible for it to run on the branch that originated the PR.