Stuart Leeks
Stuart Leeks
**Describe the bug:** When running `make test` the tests for the `danger` package fail. **What version of Go are you using (`go version`)?** $ go version go version go1.16.3 linux/amd64...
For repos that don't use `main` as the main branch name (e.g. `master`), this PR adds an optional `default-branch` input that allows overriding the branch name used when generating documentation....
I often find myself wanting to comment on lines that haven't changed in a PR. This is typically to call out other places that need updating based on the changes...
Add `cache-primary-key` and `cache-matched-key` outputs from `actions/cache/restore` action to `actions/cache` action ## Description The `actions/cache/restore` action provides `cache-hit`, `cache-primary-key` and `cache-matched-key` outputs, but the `actions/cache` only exposes `cache-hit`. ## Motivation...
PR #1165 added the `excluded_search_path_prefixes` setting to enable filtering out search paths. The driver for this was poor performance when running under WSL. Whilst this option is in the docs,...