Timon Christiansen

Results 19 comments of Timon Christiansen

> Expr for this purpose have a special builtin function [get(array, index)](https://expr-lang.org/docs/language-definition#get) But this would get bulky very fast wouldn't it? I mean `get(get(myDeepObject?.Prop, 10)?.NestedList, 1)?.value` > Another solution I'm...

I'm gonna check it out over this weekend and get back to you 👍🏼

yep, can confirm the issue/bug. It's because Github's Api Endpoint completely ignores closed PRs and only cares about merged and open PRs. Will think about possibilities and come back to...

Still thinking about this one. But yeah, currently I'm leaning towards either just marking this as a limitation in the Readme for now. This library purely functions and acts on...

Do any of you want to give the implementation a shot? @rhgenius @GagahGK

Yes, this action right now works only within the context of a single repo currently. It does not take forks into account at all. I'm currently pretty swamped but anyone...

That would be definitely a good improvement for this project. I don't yet know how easy it is too implement this, as I had a long brake from working on...

Yeah, thats not possible and never was. `prUrl` is an output that you get when a pr was found. But this repo currently only supports taking a SHA as input...