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** Playground doesn't work. **To Reproduce** Steps to reproduce the behavior: 1. Go to the playground (linked on the homepage): https://www.typescriptlang.org/play/index.html#code/PTAEBUAsEsGdTqAhqADgGyQTwOYCcB7AVwDsATUAd0gFM8bQtjQBjJE0GgDwwPtAAutUABF2OOqABSAZQBQIUAEEACgElk5ULEhJ+LAmQawkAWww1YAOlAB5EiwZCG9CumglLoAEY10BSlAAIjJxOiCFMHYKINQkISDkfhwCT0FaDiYiVnZtAT0BQQJOHn9+SjxoAQ8cSNA8InQvADM+UTC8Zugm6zk5aHM+QoBvUFCSCTwAGlBmpG6Z0z0AazIAkhnKPQ3QU0sTCVAAX1nCU2DxyYiB1CHQACpkeDihU4Jz2PjICLrVDXpmnQaA4aAAuUCQAQCVCwUEgS50KywLCwAQ0UywYAAK0xAKBIKskNM6D6BhIqLQeFAAF4xh0rDgqpAiN4rKg8H1FAAxDwUYiFaDNbTvBhxPDVFiNPSzbpeXQANwYLF0ExoFA86UQKgASqA5GSKWtJXsSPlqqkaXTVXgGVUrF0mgBZeLKgAUQXu92A9yspjIQQAlPrUhTlWF-DhLQibYyBPbZc6BG6ggBhAASSgAcgBxACiABlbNnff6gwbCnEWMskBIpLALbTo7a4w6aInk5XqxIrDjUoHg+TCv4q62o-TY-GnS7IO6sNsrMPlkEZp8qzWaABaRc9+skft1bWNSycsBQdjLWYEdDLeCtKlLZY1MYEFisFUSWD9IWuo1EE1m6BUisNUqjVANQGGORQGg3Z9nXd0zxIG9QA3UAAHUGFBWgCnBYgqQAbV-f89GgdhYAAXVdSFoThYBKHoqwKlA5wjWsPgcGAAMAEJ+yOE9QG1dFeTQGgCAsIpQCIVBQjRUBF1bT9BVAV1O3XOsgNMQxBWgNVQAAMj00AuPk2VfS0rowIgqCYK2PASAQmB4B1XZzJ0ihVO7Xsdm8IhChIAhCmcOSX2WVteP4tCMnSIEkgYJBUFQDcw1VeBogQQoiHgfzChQZyljwZZdKQeABEqeVSPQGZuFQGgWAEOpnH4ARil8UB0yzPNC2zN8wl6ctBDKirnNpdkrG8QwsCsDwWHQIgjFgd1SugcqkHQfslNdLjkokCNgLIUCKAMoylpW9AdXAyDoLmbp3UzYp2pzAsi2QMgjDIKxwrqO7QGcxBmuKWAlnQdAJNsvB2BytA9BrcHUEgUA2gEShigIIVYD-fKsC-ZTRvGshJqaCZXmpEnQAABgu6zrvQd0VCaYq4te5AxksFhKlQc0OGaxg8J+7UPqDPjFCUdAthRThySIco4tgWBoBwDh6z2VInGKXLtRmJSqlS7GVJtYq5YVmgGBJ2kSEadBKeg-q9iEQxLVG6oBCaKaHFm+b3TQtQVEDUAAH4qG2UBwWp6zbcgQxafp2AZcNxWRRViS9jwQ4hC1DXND5DnAJIVb0CwBA3bm0VRPE6gAYjxoKHocqaEoAW5D4upc0lprdEhzBfBB3R4F8YFtBoeqNqbWNmVZOB0ZoBckC76xCZwYnSYpqzoNs+ygigdPny8bKISQRVNALzu-GscKgA 2. Click Run 3. It fails with:...

bug

**Describe the bug** Some links in the reference docs lead to nothing. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://danger.systems/js/reference.html#GitDSL 2. Click on the link for 'Chainsmoker'...

bug

There's enough metadata to automatically pick up the PR from the workflow JSON, https://github.com/haya14busa/github-actions-playground/runs/987846369?check_suite_focus=true

**Describe the bug** Fixes the issues with secrets: https://github.blog/2020-08-03-github-actions-improvements-for-fork-and-pull-request-workflows/ Mainly need to update docs, and two maybe do a check if the action is `pull_request` and the PR is from...

bug

Recently, we did a big folder move in preparation for having monorepo. -- Expand for Context A consequence of this was that *every file* in the repo was tagged as...

enhancement
Open for Discussion

**Describe the bug** ### Bamboo 7.0 In new version of Bamboo CI was changed bamboo_inject_prId -> bamboo_repository_pr_key Check bamboo.repository.pr.key [here]((https://confluence.atlassian.com/bamboo/bamboo-variables-289277087.html)) ### Bamboo CI repo naming Also regex trigger only repos...

bug

Example code: ```typescript markdown(assembleTable(recentBuildHeaders, recentBuildLinks)); markdown( makeDisclosableBlock( `All commits with builds for ${currentBranchName}`, assembleTable(allBuildHeaders, allBuildLinks), ), ); markdown( "#### Latest Build Status Pages\n" + assembleTable(buildBadgeTableHeaders, [buildBadgeTableValues]), ); ``` This code...

**TL;DR** I might be doing something wrong, but I can get Danger to run "properly" in GitHub Actions workflows that are triggered by events other than PRs. There's two possibilities:...

question

**Describe the bug** Danger is not properly showing table for failed status in comments in Bitbucket Cloud. **To Reproduce** Steps to reproduce the behavior: 1. Call `fail` method in Bitbucket...

bug

I have only last commit in danger.commits instead of all commits. **To Reproduce** Steps to reproduce the behavior: 1. Make several commits in your branch 2. Log danger.git.commits **Expected behavior**...

bug