If your release workflow already makes use of GitHub Deployments, Swarmia can automatically track those deployments.
Configuration
Deployment Insights can use Check Runs from GitHub Deployments as the input data.
- Start by creating an application and giving it a name
- Select "GitHub Deployments" as the Deployment source.
- Select the repository from which you you want to track deployments.
- Confirm the amount of deployment data to be created, and Save
Not using GitHub Deployments yet?
In order to generate GitHub Deployments for your deployment workflows, ensure that the workflows indicate an environment (e.g production) as instructed by GitHub Deployments documentation. The generated deployments then reflect on https://github.com/<organization>/<repository>/deployments as shown in this example.