Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-03-31 21:09:19 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-31 21:09:19 +0300
commit676109e1b32682bdbdd94a9ffbd8743784f35521 (patch)
tree71f0394c68455c1736a14c215992de6aa5fe358c /doc/development/dangerbot.md
parent5facc34f44ce8736078127a5df174a7b52d922b4 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/dangerbot.md')
-rw-r--r--doc/development/dangerbot.md23
1 files changed, 10 insertions, 13 deletions
diff --git a/doc/development/dangerbot.md b/doc/development/dangerbot.md
index 413c0a31eec..f6390d1c8ef 100644
--- a/doc/development/dangerbot.md
+++ b/doc/development/dangerbot.md
@@ -150,16 +150,13 @@ at GitLab so far:
## Limitations
-- Danger output is not added to a merge request comment if working on
- a fork. This happens because the secret variable from the canonical
- project is not shared to forks.
- To work around this, you can add an [environment
- variable](../ci/variables/README.md) called
- `DANGER_GITLAB_API_TOKEN` with a personal API token to your
- fork. That way the danger comments are made from CI using that
- API token instead.
- Making the variable
- [masked](../ci/variables/README.md#mask-a-custom-variable) makes sure
- it doesn't show up in the job logs. The variable cannot be
- [protected](../ci/variables/README.md#protect-a-custom-variable),
- as it needs to be present for all feature branches.
+Danger is run but its output is not added to a merge request comment if working
+on a fork. This happens because the secret variable from the canonical project
+is not shared to forks. To work around this, you can add an [environment
+variable](../ci/variables/README.md) called `DANGER_GITLAB_API_TOKEN` with a
+personal API token to your fork. That way the danger comments are made from CI
+using that API token instead. Making the variable
+[masked](../ci/variables/README.md#mask-a-custom-variable) makes sure it
+doesn't show up in the job logs. The variable cannot be
+[protected](../ci/variables/README.md#protect-a-custom-variable), as it needs
+to be present for all feature branches.