klesh opened a new pull request, #5030:
URL: https://github.com/apache/incubator-devlake/pull/5030
### Summary
for the `apache/incubator-devlake` repo with the following `transformation
settings`

we are expecting to see [this github
action](https://github.com/apache/incubator-devlake/actions/runs/4782906377) to
be appear in `cicd_deployment_commits` table.
However, it didn't happen because the essential information for
`cicd_deployment_commits` record to be generated was missing.
1. the `type` and `env` fields were not loaded from the database
2. during the investigation, I found out the `github_graphql` doesn't enrich
the `type` / `env` as well, it is not the direct cause of the above problem.
but it clearly a bug, might fix it as well.
### Screenshots
With this fix, the `cicd_deployment_commits` can be produced correctly:

--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]