Issue Tracking and Merge Request Workflow Integration
How we use GitLab to automate our monthly retrospectives

How we use GitLab to automate our monthly retrospectives

3/7/2019 · Sean McGivern

What this post added

This post details the automation of retrospective issue creation using GitLab's scheduled pipelines and the GitLab API. It describes how scheduled pipelines on the 1st of the month create an issue, and another pipeline on the 9th updates the issue's description with lists of shipped and slipped issues. It also mentions the use of quick actions for adding labels and due dates, and the configuration of this automation via a YAML file, making it adaptable for other teams.

Read the original post ↗