Hidetake Iwata
Hidetake Iwata
Both metrics are sent here: https://github.com/int128/datadog-actions-metrics/blob/de9c6ff18e5d55bd53d986c2c43225be7dcbb2b4/src/pullRequest/metrics.ts#L119-L136 If this action cannot get the details of pull request, both metrics may not be sent. Can you check if there is some warning...
This action requires `checks` scope for the job and step metrics. If you are using the default token (i.e., `GITHUB_TOKEN`), see https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token. If you are using your personal token or...
Thank you for your proposal. That's interesting. It is possible to get the timestamp of first commit by `pulls.listCommits` API https://octokit.github.io/rest.js/v18#pulls-list-commits. For example, https://api.github.com/repos/int128/datadog-actions-metrics/pulls/175/commits. I think `author.date` is suitable for...
I added the following metrics. Can you check them? >`github.actions.pull_request_closed.since_first_authored_seconds` >Time from the authored time of the first commit until closed > >`github.actions.pull_request_closed.since_first_committed_seconds` >Time from the committed time of the...
I really need this feature. For using a composite action, it would be nice if we can use `outputs` instead. When this action is called twice, it causes the following...
URL seems wrong. It should be `http://localhost:8000/?access_type=...`.
Thank you for your report. I suspect the old dependencies does not work with Go 1.17. Please try the new release [v0.5.1](https://github.com/int128/kubectl-external-forward/releases/tag/v0.5.1).
https://github.com/int128/kaniko-action/pull/794 may resolve this issue.
I think the following option may help this issue: ``` --oidc-redirect-url-hostname string [authcode] Hostname of the redirect URL (default "localhost") ```
I rewrote the e2e-test with an ApplicationSet. In the test, I use the Git files generator to inject `argocd-commenter.int128.github.io/deployment-url` annotation. https://github.com/int128/argocd-commenter/pull/1121/files#diff-8cb411ab3f1f49b519566dd41f3aa708c1c8a6e1375a48d2733345f5a85a9d8eR20-R21 For the pull request generator, it needs some way...