Skip to content

turbine-kreuzberg/workflow

Folders and files

NameName
Last commit message
Last commit date
Dec 8, 2020
Jan 29, 2021
Jan 20, 2021
Jan 16, 2024
Nov 26, 2020
Jan 16, 2024
May 22, 2023
May 22, 2023
Dec 11, 2020
May 6, 2021
Feb 7, 2023
Jan 26, 2023
Jan 16, 2024
Jan 16, 2024
Jan 16, 2024
Mar 25, 2021
Dec 8, 2020
Apr 9, 2024

Repository files navigation

Turbine Workflow

coverage report

These tools help automate the development workflow.

How to use in your project

  • add to your composer.json:
    "repositories": [  
     {
          "type": "git",
          "url": "https://git.turbinekreuzberg.io/turbine/workflow.git"
     }
    ]
    
    
  • run composer require turbine/workflow --dev
  • include in your makefile include vendor/turbine/workflow/src/makefiles/Makefile
  • add to your .env
JIRA_USERNAME=maxmusterman
JIRA_PASSWORD=password
JIRA_FAVOURITE_TICKETS=TXB-2,TXB-9
#Add your GitLab Personal Access Token to enable workflow automations
#Create your token with API scope here: https://git.turbinekreuzberg.io/-/profile/personal_access_tokens
#The scope of api should be checked
GITLAB_PERSONAL_ACCESS_TOKEN=access-token
  • run make workflow-setup

  • run make book-time

Library development

To setup run make setup

to see other available commands run make

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages