garnix-io / issues

Public issue tracker for garnix.io
15 stars 0 forks source link

Garnix doesn't build pull requests from remote repositories? #41

Closed Gabriella439 closed 1 year ago

Gabriella439 commented 1 year ago

I'm actually not sure if that's what is happening here, but I noticed that Garnix wasn't building this PR:

https://github.com/Gabriella439/nix-diff/pull/64

… and I'm guessing that the reason why is because the PR's branch from another repository

jkarni commented 1 year ago

Yeah, garnix only builds commits in the enabled repo. I'll take a look at extending it for external repos (though next week at the earliest).

On Sat, Dec 3, 2022, 11:54 PM Gabriella Gonzalez @.***> wrote:

I'm actually not sure if that's what is happening here, but I noticed that Garnix wasn't building this PR:

Gabriella439/nix-diff#64 https://github.com/Gabriella439/nix-diff/pull/64

… and I'm guessing that the reason why is because the PR's branch from another repository

— Reply to this email directly, view it on GitHub https://github.com/garnix-io/issues/issues/41, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMUVGVR74MHICNGKCCTTDLWLPFT7ANCNFSM6AAAAAASS7MOHE . You are receiving this because you are subscribed to this thread.Message ID: @.***>

jkarni commented 1 year ago

There's currently no way of extending automatic check suites event to these cases, so I'll extend the garnix app permission to include read access to pull request events.

jkarni commented 1 year ago

This is now fixed, closing. Feel free to reopen if you encounter issues.