John Wesley Walker III

Results 11 comments of John Wesley Walker III

I was able to register two runners with the same name, albeit at different levels. First, I registered a runner named `runner1` at the repo level (in the repo's `Default`...

We are investigating. As a workaround, you can pin to v4.1.1 ``` - uses: actions/[email protected] ```

It's possible this will get fixed by https://github.com/actions/toolkit/pull/1373 I'll check with the authors.

@andry81 fyi ... A fix is planned for the bug described here. see https://github.com/actions/runner/pull/2311

@andry81 I believe the behavior you're describing was a side-effect of the bug and not an actual feature.

All PRs have been merged. I've verified the original bug as reported is now fixed.

The idea here is similar to @thboop's [proposed fix](https://github.com/actions/runner/pull/2116), incorporating some of the feedback that PR received.

It's not clear what `lock` [this comment](https://github.com/actions/runner/pull/2311/files#diff-4085092f16aac893358021b20c7a92b02a504a1a99830bc88454ae0380638c45R577) is referring to: ``` // This is not thread safe, the caller need to take lock before calling issue() ``` None of the...

> Congrats on one of your very first PRs as part of the runtime team 👏 Very clear issue descriptions also 👏 👏 👏 Would it be possible to extract...

Fix verification with latest changes: ![image](https://user-images.githubusercontent.com/81404201/216980583-d009c6d9-2e75-4cc2-bf0d-06a91dfff0c7.png)