Roberto Gutiérrez
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...
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...
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...
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 }}' ```  But one out of 5-6 times it's green, but...