bssw-tutorial / bssw-tutorial.github.io

Top level web presence for the Better Scientific Software tutorial
https://bssw-tutorial.github.io/
5 stars 1 forks source link

Generate instructions to put issues into the correct project column #40

Open bernhold opened 2 years ago

bernhold commented 2 years ago

It would be idea if there was a command-line tool that could do this. I think it is in principle possible as an extension to the gh cli tool. (https://github.com/rethab/gh-project is a prototype I've seen mentioned, but I haven't been able to get it to work).

If it is not possible to automate this, we should add doing this manually as a step in the instructions.

An alternative would be to setup something with labels and an action to move within the project based on the labels. But I don't like the redundancy of this solution (between labels and project columns).