Alex Miller

Results 107 comments of Alex Miller

@jduan-highnote I've cut a new release with some enhancements courtesy of @pmrotule Let me know how it goes (v1 tag has been updated so if you're using the v1 tag...

An octokit iterator is now being used to check for runs across multiple API response pages

@ChrisPage-AT When the search is being exhausted, if you do an API request yourself, is the run present? > Thank you for working on this, this functionality should be included...

Server error? Unusual, can you enable debug logging? https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging Can hopefully get some more info there

I think step but I'd do both to get a full picture

> I enabled debug log a few weeks ago and today the problem happened for the first time. Please see the attached logs. Thanks for that @jduan-highnote , I'll have...

> From looking at the source code, I found out that there's actually an `environment` parameter that you can pass to the action. This needs to be documented. This saved...

> How do you feel about an approach like this? (It's from a WIP package i've been working on) > > https://github.com/alexreardon/limit-once/blob/main/package.json#L20-L25 Very reasonable imo Ran into this exact issue...

Hmmm this is an interesting one, I see the use and how it would be nice to determine the time you're willing to wait from the caller side, generally these...

So you'd like to consider a job complete after a specific step has completed?