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** Iv'e already seen this on https://github.com/danger/danger/issues/650 but since it's an old one, I couldn't find any more references. On an on prem Gitlab instancte, I am trying...

bug
[platform] GitLab

**Describe the bug** Getting the warning when installing `danger` via `npm` ```bash npm WARN deprecated @gitbeaker/[email protected]: Please use its successor @gitbeaker/rest ``` **Your Environment** Gitlab CI | software | version...

bug

**Describe the bug** I am using self-hosted gitlab and doing this in dangerfile.ts: ```typescript message("Add something please", "dangerfile.ts", 10) ``` Causes this error in logs (I rerun with debug logs...

bug

**Describe the bug** [GitHubReviewers](https://danger.systems/js/reference.html#GitHubReviewers) interface is not described in the [DSL Reference](https://danger.systems/js/reference.html). **To Reproduce** Steps to reproduce the behavior: 1. Go to the [DSL Reference](https://danger.systems/js/reference.html) 2. Go to the [GitHubDSL](https://danger.systems/js/reference.html#GitHubDSL)...

enhancement

**Describe the bug** We recently have a version bump for `danger` suggested to us via renovate. Our GHA tests fail on the build step, which seems to suggest that something...

bug

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Add 2+ messages with file and line to Dangerfile.swift...

bug
[platform] GitLab

I used [get-tsconfig](https://github.com/privatenumber/get-tsconfig) to support tsconfig `extends` property. Fix https://github.com/danger/danger-js/issues/1283

enhancement
feature

**Describe the bug** There is a call to the deprecated `String.prototype.substr` inside of github issue template file. `/source/runner/templates/githubIssueTemplate.ts` **To Reproduce** I'm currently not aware of any runtime that doesn't still...

bug
help wanted
You Can Do This

**Describe the bug** Using `process.env.whatever` in a danger file leads to a runtime error stating that `process` is undefined. **To Reproduce** 1. Create a dangerfile 2. Add a reference to...

bug
help wanted
You Can Do This

Similarly to https://github.com/danger/danger-js/pull/1353, expose `updateMergeRequestInfo` method to be able to edit merge requests from danger code.

[platform] GitLab