danger / danger-js

⚠️ Stop saying "you forgot to …" in code review
http://danger.systems/js/
MIT License
5.22k stars 363 forks source link

[BUG][Spec] GitHubReviewers interface is not described #1409

Open BorysShulyak opened 8 months ago

BorysShulyak commented 8 months ago

Describe the bug GitHubReviewers interface is not described in the DSL Reference.

To Reproduce Steps to reproduce the behavior:

  1. Go to the DSL Reference
  2. Go to the GitHubDSL sections.
  3. See the requested_reviewers: GitHubReviewers line and try to click on the GitHubReviewers link.
  4. See that there is no GitHubReviewers interface description.

Expected behavior The GitHubReviewers section should be added with the description of GitHubReviewers interface OR the GitHubReviewers reference should be replaced with GitHubUser one.

Screenshots