runner icon indicating copy to clipboard operation
runner copied to clipboard

The Runner for GitHub Actions :rocket:

Results 384 runner issues
Sort by recently updated
recently updated
newest added

**Describe the enhancement** Fully support all features when runner is within a Docker container. Not all features are currently supported when the runner is within a Docker container, [specifically those...

enhancement
Runner :heart: Container

Currently, the base working directory for actions exists within a sub folder of the installation directory and duplicates the repository twice. This can be an issue for repos with longer...

enhancement
Runner Feature

**Describe the bug** safe_sleep.sh is built as while loop aiming to be [safer than count on sleep or ping binaries](https://github.com/actions/runner/issues/1673). While loop the way function was implemented leads to 100%...

bug
good-first-issue
keep

When enabling profiling with WPR on my Windows Server 2022 Runner I get no CPU sampling data when running on AMD Ryzen CPUs. **To Reproduce** 1. Execute Github Action on...

bug

This implementation uses a collector pattern to allow embedded `ExecutionContext's` to stash `Issue` objects for later processing by a non-embedded ancestor `ExecutionContext`. #### Context Proposed fix for https://github.com/actions/runner/issues/1742 #### Also:...

The proper way to instantiate a `DistributedTask.WebApi::Issue` is now via the factory method on an `ExecutionContext` (`IExecutionContext::CreateIssue`) This variation addresses feedback in https://github.com/actions/runner/pull/2311

**Describe the bug** When running the configuration of the runner unattended, some means of authenticating is required. The documentation at https://docs.github.com/en/rest/actions/self-hosted-runners#create-a-registration-token-for-an-organization claims that a token from that endpoint can be...

bug

**Describe the bug** We're seeing an issue on our self-hosted runners where jobs will stop having logs reported in the middle of a step. When this happens, the job continues...

bug
Runner Bug
awaiting-customer-response

## Description Since 30 July 2022, our workflow fails with the following message: "The self-hosted runner: ***** lost communication with the server. Verify the machine is running and has a...

bug
Runner Bug
needs-investigation

**Describe the bug** When the self-updater recursively copies files from the update tarball into the root file system, it does so without paying attention to whether a file is a...

bug
Runner Bug