Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Brand typo

Co-authored-by: Yogi <[email protected]>
  • Loading branch information
philipqnguyen and Yogi authored Jul 6, 2020
1 parent 9119a53 commit 1b75fd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
-->

## master
* Support external CI/CD for GitlabCI with Github code repository. To utilize this, please ensure `DANGER_GITHUB_API_TOKEN` and `DANGER_PROJECT_REPO_URL` are both set. [@philipqnguyen](https://github.com/philipqnguyen) [#1238](https://github.com/danger/danger/pull/1238)
* Support external CI/CD for GitLab CI with GitHub code repository. To utilize this, please ensure `DANGER_GITHUB_API_TOKEN` and `DANGER_PROJECT_REPO_URL` are both set. [@philipqnguyen](https://github.com/philipqnguyen) [#1238](https://github.com/danger/danger/pull/1238)

## 8.0.2

Expand Down
4 changes: 2 additions & 2 deletions lib/danger/ci_source/gitlab_ci.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ module Danger
# ### Token Setup
#
# Add the `DANGER_GITLAB_API_TOKEN` to your pipeline env variables if you
# are hosting your code on Gitlab. If you are using Gitlab as a mirror
# for the purpose of CI/CD, while hosting your repo on Github, set the
# are hosting your code on GitLab. If you are using GitLab as a mirror
# for the purpose of CI/CD, while hosting your repo on GitHub, set the
# `DANGER_GITHUB_API_TOKEN` as well as the project repo URL to
# `DANGER_PROJECT_REPO_URL`.

Expand Down

0 comments on commit 1b75fd1

Please sign in to comment.