alex-mozejko

Results 3 comments of alex-mozejko

for anyone who comes here looking for a way to find the organisational email for a particular user, it is: ``` query { user(login: "SOME-USER"){ organizationVerifiedDomainEmails(login: "SOME-ORG") } } ```

same, this has just started happening to one of our private repos. the workaround mentioned [here](https://github.com/actions/checkout/issues/254) seems to be working for now i very much dont want to update all...