Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge upstream changes #2

Open
wants to merge 391 commits into
base: main
Choose a base branch
from
Open

Merge upstream changes #2

wants to merge 391 commits into from

Conversation

ylemkimon
Copy link
Owner

No description provided.

kotewar and others added 30 commits June 6, 2022 09:40
Add sample cache for Erlang with Rebar3
…-v2.0.6

Updated @actions/cache to v2.0.6
…-v2.0.6

Updated README file with release info
Fixed bad yaml in README example
The default `STACK_ROOT` is `~/.stack` only on Unix-like operating systems. On Windows, the default is `%APPDATA%/stack` (usually `%HOME%\AppData\Roaming\stack`).

On Unix-like OSs, Stack stores GHC and other tools in a `programs` directory in the `STACK_ROOT`. On Windows, Stack stores those tools and MSYS2 in `%LOCALAPPDATA%\Programs\stack` (usually `%HOME%\AppData\Local\Programs\stack`).
Fixes autoassign reviewer for PRs from forked repos.
Adapt existing Haskell Stack example for Windows
In Clojure, Lein tool is used to generate template for various projects.
Lein project metadata (including project dependencies) are stored in
prject.clj (in root directory) file. Lein downloads dependencies in
classpath (~/.m2/repository). So here I am caching ~/.m2/repository path
for reusing cache in subsequent builds.
Add kotewar and remove phantsure from auto-assignees lists
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
Make it more obvious that the cache call does double duty
* Consuming 3.0 actions/cache

* formatting and error

* updated package version

* resolve package

* dist

* review comment

* dist

* dist
feat: 🎸 add example for clojure lein project deps
Update toolkit's cache npm module to latest. Bump cache version to v3.0.6
robherley and others added 30 commits January 11, 2024 10:37
feat: save-always flag
Co-authored-by: Bethany <bethanyj28@users.noreply.github.com>
Fix `fail-on-cache-miss` not working
Update examples to use latest available checkout action v4.
Co-authored-by: Josh Gross <joshmgross@github.com>
* fix: cache-hit output

* fix: Output chache hit timing

* fix: Output chache hit timing

---------

Co-authored-by: Josh Gross <joshmgross@github.com>
* Fix Description for restore-keys at Readme

As previously the restore-keys were defined as an ordered lists which is
wrong as per the issue description where the actual format is a
multi-line string with one key per line.

* Added a space between the sentence of restore-keys description

While at the PR review it's been identified there's a need for a space
between the sentence

	```
	An ordered multiline string listing the prefix-matched keys,that are
	used for restoring stale cache if no cache hit occurred for key.
	```

where it's written as "prefix-matched keys,that are" this commit will
address the review comment and introduce a space between
"prefix-matched keys, that are" and change the sentence to

	```
	An ordered multiline string listing the prefix-matched keys, that are
        used for restoring stale cache if no cache hit occurred for key.
	```

* Change restore-keys description at cache/restore/action.yml and cache/action.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet