danger-js icon indicating copy to clipboard operation
danger-js copied to clipboard

⚠️ Stop saying "you forgot to …" in code review

Results 143 danger-js issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I'm working to integrate Danger into the GitHub Actions CI one of my open source repos ([see this PR](https://github.com/tylermilner/last-successful-commit-hash-action/pull/30)). I know I don't have my GitHub PAT...

bug

Switched from using the GitHub API [Get a pull request](https://docs.github.com/en/rest/pulls#get-a-pull-request) to the [List pull requests files](https://docs.github.com/en/rest/pulls#list-pull-requests-files) API, incorporating pagination to retrieve pull request diffs. This change enables the analysis of...

**Describe the bug** We are using `danger@^11.2.7` on CircleCI. Since a week before, we started noticing that even though `danger` shows a successful execution, the detail logs show that there's...

enhancement

**Describe the bug** `danger.gitlab.mr.description` is null if no description was set in the request body when the MR was generated via the GitLab API. **Steps to reproduce** 1. Create an...

bug
[platform] GitLab

**Describe the bug** We have configured "Danger" as a required step in the CI. It works as expected in Pull Request and After the merge process, but we face a...

help wanted
question

**Describe the bug** After updating to Danger JS 12.x I'm unable to run Danger. **To Reproduce** Steps to reproduce the behavior: 1. Install danger through homebrew `brew install danger/tap/danger-js` 2....

bug

Don't repeat `node:18-slim`. Also fixes problem that labels were set for build layer, not the final image.

**Describe the bug** Since version `12.0.1`, all changes (including deletions, creations, and modifications) are incorrectly grouped under `modified_files`. The `created_files` and `deleted_files` arrays remain empty, even when there are clearly...

bug

**Describe the bug** When we run danger from Git Actions workflow, danger shows below message for every run ``` Note: Running Danger on with generalised GitHub Actions support, this does...

bug

**Describe the bug** `warn(message, fileName)` adds the message into the mainComment rather than adding a file comment Here an example of entire file comment: This happens because a warning is...

enhancement
[platform] BitBucket
feature