-
Latest release is unusable because of replaceAllLabels (https://github.com/withspectrum/danger-plugin-labels/commit/913f0e574ee70a624d09c6f1294fb69b72f55580) fix
```
Unable to evaluate the Dangerf…
-
Seems this repo lacks all git tags for npm releases!
- 29 versions: https://www.npmjs.com/package/danger-plugin-yarn
- 0 releases: https://github.com/orta/danger-plugin-yarn/releases
- 0 tags: ht…
-
name: Danger JS
on:
pull_request:
branches: [ develop ]
push:
branches: [ develop, main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
…
-
I have tried to use the danger-xcov plugin but I am stuck with this error. This issue is not happening in the main xcov tool https://github.com/fastlane-community/xcov but its happening in the danger …
-
环境:
vite: 5.4.0;
vue: 2.7;
@vitejs/plugin-vue2: 2.3.1;
vite-plugin-commonjs: 0.10.1
代码:
\
\
\
报错:
vite v5.4.0 building for production...
✓ 7 modules transformed.
x Build fail…
-
Hi 👋🏻 Lately, we are increasingly seeing the following error message when running SwiftFormat using this Danger plugin.
```
bundler: failed to load command: danger (/Users/ci/.rbenv/versions/2.7.2…
-
This may be out of scope but it took me a while to debug so I wanted to open an issue for it:
I only run Danger on CI so the main Package.swift does not include Danger, but rather a specific Packag…
-
# Report
## What did you do?
Im trying to test my new plugin for [cobertura reports](https://github.com/Kyaak/danger-cobertura) but raising an issue with danger setup.
The problems seems to b…
Kyaak updated
5 years ago
-
Hi there!
I'm interested in adding observability and monitoring into our Danger integration. This will help us use Danger at a larger scale by giving us insights into important qualities of our dan…
-
When parsing a config file that doesn't have any `excluded` directory, danger-swiftlint crashes.
Adding the following to my config file fixes the issue.
```
excluded:
- excluded_dir
```
St…