Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use Github Actions in our workflow #240

Open
SimonLab opened this issue Nov 11, 2019 · 2 comments
Open

How to use Github Actions in our workflow #240

SimonLab opened this issue Nov 11, 2019 · 2 comments
Assignees
Labels
enhancement New feature or enhancement of existing functionality investigate priority-3 Third priority. Considered "Nice to Have". Not urgent. T1h Time Estimate 1 Hour T2h Time Estimate 2 Hours

Comments

@SimonLab
Copy link
Member

SimonLab commented Nov 11, 2019

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 #238

@SimonLab SimonLab added investigate priority-3 Third priority. Considered "Nice to Have". Not urgent. T1h Time Estimate 1 Hour labels Nov 11, 2019
@SimonLab SimonLab self-assigned this Nov 11, 2019
@SimonLab SimonLab added this to the Sprint Zero - Deployment milestone Nov 11, 2019
@nelsonic nelsonic added the enhancement New feature or enhancement of existing functionality label Nov 11, 2019
@SimonLab
Copy link
Member Author

SimonLab commented Nov 12, 2019

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 SimonLab added the T2h Time Estimate 2 Hours label Nov 12, 2019
@nelsonic nelsonic removed this from the Sprint Zero: Capture + Deployment milestone Nov 15, 2019
@nelsonic
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or enhancement of existing functionality investigate priority-3 Third priority. Considered "Nice to Have". Not urgent. T1h Time Estimate 1 Hour T2h Time Estimate 2 Hours
Projects
None yet
Development

No branches or pull requests

2 participants