ITISFoundation / osparc-issues

🐼 issue-only repo for the osparc project
3 stars 3 forks source link

osparc-issues

Join the chat at https://gitter.im/osparc-support/community

This is an issue-only repo for the osparc project

to create milestones in multiple repositories

to create a new milestone

make new-milestone token=GITHUB_TOKEN title="dummy-name" due_on="2030-03-12"

to delete the milestone

make delete-milestone token=GITHUB_TOKEN title="dummy-name"

to close previous milestone

make modify-milestone title="dummy-name" nstate=closed



The code to create milestone uses a hard-coded list of repositories, don't be shy update it if it's missing information. Also, as this is open source, just feel free to improve the code...