This is a GitHub Action build up from Probot 🤖.
This action can be used in clEsperanto repository for automation.
It currently covers code update for pyclesperanto
and clesperantoJ
when a new CLIc
version is released.
More functionalities will come later if needed.
In a clEsperanto
repository, add a workflow file with the step:
- uses: clEsperanto/cle-roboto-repo@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Caution
It may be required to setup a python and install the package requests
for correct usage.
See the workflow of the bot_playground repo for basic example usage.
This would benefit from behing a proper bot
though it would require deploying it on a server. More info in the Probot Doc. Help is welcomee for this task.