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.
We have a usage where we would like to be able to provide an array of env vars to the promptfoo command. This pattern is very common in nextjs. For...
I'm running into (what I think is) a similar issue. It has to do with the new `PropertyHookType` enum in PHP 8.4. ``` Uncaught TypeError: Psalm\Internal\Codebase\ConstantTypeResolver::getLiteralTypeFromScalarValue(): Argument #1 ($value) must...
I created a small reproduction repo: https://github.com/mlahargou/psalm-phpstan-bug EDIT: off-topic, duplicate of https://github.com/vimeo/psalm/issues/11208
Looks like you can use `fixupPluginRules`: https://eslint.org/blog/2024/05/eslint-compatibility-utilities/#using-the-compatibility-utilities