scverse / scverse-tutorials

Tutorials for learning scverse
https://scverse-tutorials.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
11 stars 12 forks source link

Add write permission to runnbs job #128

Closed flying-sheep closed 7 months ago

flying-sheep commented 7 months ago

See https://github.com/stefanzweifel/git-auto-commit-action#usage

Fixes #125

There’s still a problem with this, namely that the “Render notebooks” commit won’t trigger the required checks deploy and mkjson. I removed them from the required checks for now

review-notebook-app[bot] commented 7 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

grst commented 7 months ago

This looks good, but does it really solve #125? I thought it was by design that Github actions cannot push to branches coming from a fork.

flying-sheep commented 7 months ago

Well, at least it works in some cases now. Can you make a new issue about the interaction with forks?