Roberto Gutiérrez

Results 4 issues of Roberto Gutiérrez

## What and why to refactor PR review depth and PR size take forever/don't work at all. ## Describe the solution you'd like I assume they should work as any...

type/refactor
Stale

I'm running the tests on _exactly_ the same scenario (same image, resources, code...), with a difference: On VM-self-hosted-runners and/or locally, everything works as expected On Kubernetes-self-hosted-runners(https://github.com/actions/actions-runner-controller/tree/master), it doesn't After some...

triage

Github added some months ago this nice option --> https://github.blog/changelog/2022-05-11-default-to-pr-titles-for-squash-merge-commit-messages/ And, as far as I understand, the terraform provider for github already has it. https://github.com/integrations/terraform-provider-github/pull/1263 I don't think I have...

enhancement

Action is ALWAYS green. I'm outputting the permalink: ``` - name: testing slack upload run: 'echo ${{ fromJson(steps.slack_upload_file.outputs.response).files[0].file.permalink }}' ``` ![image](https://github.com/MeilCli/slack-upload-file/assets/101654801/21d5bd05-7747-468e-9e26-d903aa5dccb0) But one out of 5-6 times it's green, but...

Bug