How to use Github Actions in our workflow
Investigate if we can use Github Actions to automatically apply labes to issues when they are moved to a specific column in our Kanban project. linked to https://github.com/dwyl/app/issues/238
I started to have a better look at the documention for Github Actions and manage to create a simple workflow which console log a message when a card is moved to a column in a project, see: https://github.com/SimonLab/project-actions/actions
My next step is to read in detail the documentation to better understand how to build actions and workflow and try to use javascript to create more complicated workflow, see https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-a-javascript-action
My goal is to be able to add and remove specific labels to issues depending on where the cards are moved to.
Removed GitHub Actions from Milestone "Sprint Zero" because it was deemed not essential for the sprint. It will be really nice to have actions to automate workflow #238 in the near future.