app icon indicating copy to clipboard operation
app copied to clipboard

How to use Github Actions in our workflow

Open SimonLab opened this issue 6 years ago • 2 comments

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

SimonLab avatar Nov 11 '19 15:11 SimonLab

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.

SimonLab avatar Nov 12 '19 08:11 SimonLab

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.

nelsonic avatar Nov 15 '19 16:11 nelsonic