danger-js
danger-js copied to clipboard
⚠️ Stop saying "you forgot to …" in code review
**Describe the bug** Switch the default experience to use the built-in GitHub App account, reducing the docs and setup for Danger and _more importantly_ making Danger + OSS repo make...
**Describe the bug** A clear and concise description of what the bug is. i'm using a token provided by github app, following this tutorial, https://github.com/marketplace/actions/get-an-app-token-in-an-actions-workflow I provided all possible permissions,...
**Describe the bug** When not using babel or typescript `fs` is not available via `require`. **To Reproduce** Steps to reproduce the behavior: 1. `npm i -d danger` 2. `danger init`...
**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...
Hello, danger-js team! I think you'll be interested to know that danger-js helps the Russian FSB to investigate a dangerous terrorist! Their hackers use it to detect viruses on victims'...
I'm using Danger to post certain CI-generated report findings onto a Merge Request as a comment. If the comment exceeds GitLab's 1,000,000 characters limit, the resulting log output is: ```shell...
Are there any plans to add support for Flutter? If not, are there any guides I can use to possibly build this ~~if I can~~
**Describe the bug** Our builds have started failing with the following error since using v10.6.2: ``` Error: { HTTPError: Not Found at fn (/root/.npm/_npx/15/lib/node_modules/danger/node_modules/ky/umd.js:266:12) at process._tickCallback (internal/process/next_tick.js:68:7) name: 'HTTPError', response:...
**Describe the bug** I discovered this bug when trying to integrate [gitbeaker](https://github.com/jdalrymple/gitbeaker) in my danger script. The error I get when trying to connect to Gitlab with gitbeaker is ```...
**Describe the bug** I am trying to get the changes in a large (~26MB) JSON document. However, when trying to get a diff of the file I get the following...