-
We just set up danger in our repository and it fails when running on PRs from forks.
## What did you do?
```
bundle install
bundle exec danger --fail-on-errors=true
```
## What did you e…
-
**Describe the bug**
Danger doesn't think it's running in a CI environment or a PR context in a gitlab.com MR (I can't quite tell which, DEBUG logging is a little sparse on startup).
> Skipping Da…
-
**Describe the bug**
I have a super simple `dangerfile.js`
```js
import { markdown } from "danger"
markdown('### TEST')
```
I expect to see h2 markdown in my danger comment in PR, bit I …
-
i fixed the command handler if you are a windows user please change the commandManager.js inside of src/minecraft/managers with the following code
```javascript
import fs from 'fs';
import path fro…
-
name: Danger JS
on:
pull_request:
branches: [ develop ]
push:
branches: [ develop, main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
…
-
Hello! I am trying to make it so an error dialog can be shown when Sentry catches an error.
Here is my code:
```
// imports, localization things above, unrelated to issue
const routingInstrume…
-
Hey Jeff, been enjoying your solside app, but just came across a small bug...
In the older version, '**solid-auth-simple**.js' throws "Not authorized to access [path-to-file]" alert.
In the current …
-
Hello.
Danger is trying to call the Gitlab rest api using the project name. while gitlab now only accepts the project ID as you can see in the [documentation](https://docs.gitlab.com/ce/api/project…
-
The editor at https://danger.systems/js/editor.html is complaining about not being able to find the "danger" module, and as such it's not completing `danger.` or `pr.`.
I'm not seeing any errors in…
-
We are using GITLAB + BITRISE for iOS CI/CD pipeline
As part of CI/CD step, I set env_var
| |
**+ https_url=https://[…