merge-gatekeeper
merge-gatekeeper copied to clipboard
Get better merge control
It'd be helpful to be able to retry in the event of a merge-gatekeeper failure
My self-hosted runners are running inside of Docker itself. I have not made them allowed to use docker, therefore I sadly cannot use this project as-is. Previously I've made several...
Currently this action does not supply a API URL to the GitHub client: https://github.com/upsidr/merge-gatekeeper/blob/12e1af4ecc92572c30bda0afff86b78f4d6baac5/internal/github/github.go#L34-L38 According to the [documentation](https://pkg.go.dev/github.com/google/go-github/[email protected]/github#Client) this causes the client to default to the GitHub.com API. Within Actions...
I have a [matrix job][1] that tests a component in two configurations. When one fails, Merge Gatekeeper passes - the logs don't show my matrix jobs in the list reported...
We are happily using Merge-Gatekeeper in our github projects. We are also looking into Github Merge Queues, which are GA since July. I played a little bit and triggered merge-gatekeeper...
Hi, When executing the `merge-gatekeeper` on self-hosted runner I'm phasing the following error: `Build container for action use: '/runner/_work/_actions/upsidr/merge-gatekeeper/v1.2.1/Dockerfile'. Error: Docker build failed with exit code 1` In order to...
For issue https://github.com/upsidr/merge-gatekeeper/issues/69 I believe the best way to avoid that would be to have the action written in a natively supported github action language such as Javascript, but that...
Hello ! First thanks for this project :). I'm working with merge-gatekeeper as a github action like this: ``` - name: Run Merge Gatekeeper uses: upsidr/merge-gatekeeper@v1 with: token: whatever ```...
Hi everyone, Sometimes when `merge-gatekeeper` tries to call GitHub API, GitHub returns 5xx errors or EOF and they tend to be all transient network errors. Would you be open to...
Hi, I'm using merge gatekeeper as a required workflow for all repos sometimes when i open a pr the merge gatekeeper already failed, when no job actually failed or even...