diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-05-03 12:35:13 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-05-03 12:35:13 +0200 |
commit | 88ace4a7ad0809d64f688dc1ee6fc8ea6cda9045 (patch) | |
tree | ab0ad9e13fa01c712fb46e726172dec60944a466 | |
parent | 72307940bb04d29dc751adb5e76330d2ce45e9ce (diff) | |
download | gitlab-ce-88ace4a7ad0809d64f688dc1ee6fc8ea6cda9045.tar.gz |
Rephrase documentation for protected actions feature
-rw-r--r-- | doc/ci/yaml/README.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index 0cab3270d94..16308a957cb 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -580,9 +580,10 @@ Optional manual actions have `allow_failure: true` set by default. **Statuses of optional actions do not contribute to overall pipeline status.** -**Manual actions do inherit permissions of protected branches. In other words, -in order to trigger a manual action assigned to a branch that the pipeline is -running for, user needs to have ability to push to this branch.** +**Manual actions are considered to be write actions, so permissions for +protected branches are used when user wants to trigger an action. In other +words, in order to trigger a manual action assigned to a branch that the +pipeline is running for, user needs to have ability to push to this branch.** ### environment |