You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I am using something like Gitea as my git backend, which doesn't have its own plugin, is it possible to calculate the DORA Metric for Lead Time for Changes with just the issues and deployments webhooks? From my testing, it seems like it would require pull_requests, which are not implemented in Webhooks yet. Is this something on the roadmap?
The text was updated successfully, but these errors were encountered:
Hey @zjaco13! 👋 I'm here to help you with any bugs, questions, or contributions you have. I'll be your friendly bot while you wait for a human maintainer.
Calculating the DORA Metric for Lead Time for Changes in Apache DevLake typically requires data from pull requests, as the calculation involves mapping pull requests to deployed commits and determining the PR Deploy Time [1]. Currently, the Webhooks feature in Apache DevLake does not support pull request data, which is necessary for this calculation. Unfortunately, I couldn't find any information on whether support for pull requests in Webhooks is on the roadmap.
Question
If I am using something like Gitea as my git backend, which doesn't have its own plugin, is it possible to calculate the DORA Metric for Lead Time for Changes with just the issues and deployments webhooks? From my testing, it seems like it would require pull_requests, which are not implemented in Webhooks yet. Is this something on the roadmap?
The text was updated successfully, but these errors were encountered: