This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require "danger/request_sources/github" | |
module Danger | |
# ### CI Setup | |
# | |
# You need to edit your `.buddybuild_postclone.sh` to include `bundle install` and `bundle exec danger`. | |
# | |
# ### Token Setup | |
# | |
# As this is self-hosted, you will need to add the `DANGER_GITHUB_API_TOKEN` to your build user's ENV. The alternative |