Sergey Dolin

Results 22 issues of Sergey Dolin
trafficstars

**Description:** It has changed the default installation destination to drive D. An alternative approach is to implicitly set the environment variable in the pipeline: https://github.com/actions/setup-dotnet/issues/260#issuecomment-1794326743 and cancel this PR in...

**Description:** 1. Add the following documentation sections - Multi-target builds - Invalidate cache if source code changes - Caching with actions/cache 2. Replace '-' with '##' in order to have...

**Description:** Wrap `core.getBooleanInptu('cache')` in order to force default value to false if action runs in self-hosted environment **Related issue:** https://github.com/actions/setup-go/issues/403 **Check list:** - [x] Mark if documentation changes are required....

**Description:** Since the toolchains were added in 1.21 the setup action populates the modules caching directory before it is restored from the cache and prevents the tar from unpacking the...

**Description:** Add '.tool-versions' to 'go.mod' and 'go.work' as a source of the go version **Related issue:** [link to the related issue.](https://github.com/actions/setup-go/issues/375) **Check list:** - [ ] Mark if documentation changes...

**Description:** The existing set of cache related inputs ... ``` cache: description: Used to specify whether caching is needed. Set to true, if you'd like to enable caching for both...

**Description:** The use-cases are: - hitting storage with few huge caches - running build/test workflows in the parallel https://github.com/actions/setup-go/issues/316#issuecomment-1551238935 The [suggested workaround](https://github.com/actions/setup-go/issues/316#issuecomment-1632080974) does not really work because it requires the...

**Describe the bug** Occasionally, caching actions fail at Post step: ``` Post job cleanup. /usr/bin/tar --posix --use-compress-program zstdmt -cf cache.tzst --exclude cache.tzst -P -C /runner/_work/beam/beam --files-from manifest.txt Warning: Failed to...

bug

**Description:** Do not close pinned issues - Added "exempt-pinned-issues" input - Added memoized function `private async getIssueEvents(issue: Issue)` to `src/classes/issues-processor.ts` - Added function `getPinnedStatus` and refactored `getLabelCreationDate`, both use `getIssueEvents`...

**Description:** Remove extra nesting **Check list:** - [ ] Mark if documentation changes are required. - [ ] Mark if tests were added or updated to cover the changes.