Michael Lahargou
Michael Lahargou
I'm assuming CI is failing because I'm a first-time contributor to this repo so the token doesn't have perms to comment on this PR.
> I added prefer-distribution- options for cost control. Yes, that's great. > I think it is still nice to provide some option to filter the metrics. Yeah, I have a...
This can be used like: ```yml - name: Send metrics to Datadog uses: int128/datadog-actions-metrics@v1 with: send-pull-request-labels: true collect-job-metrics: true collect-step-metrics: true filtered-metrics: | github.actions.workflow_run.conclusion.failure_total github.actions.workflow_run.duration_second.distribution github.actions.job.conclusion.success_total github.actions.job.conclusion.failure_total github.actions.job.queued_duration_second.distribution github.actions.job.duration_second.distribution github.actions.step.conclusion.failure_total...
@BetaHuhn Any chance we could get this in the next release to get rid of the deprecation notice? > Node.js 16 actions are deprecated. Please update the following actions to...
I think we are having the same (or similar) problem. I'd like to just be able to delete comments that have the specified `comment_tag`. It would be nice if this...
Here's a proof of concept with no backwards compatibility issues: https://github.com/iFixit/actions-comment-pull-request/compare/main...iFixit:actions-comment-pull-request:add-only-delete I can open a PR if you'd like.