diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-05-31 13:13:37 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-05-31 13:13:37 +0200 |
commit | 6914aeaeb78015f2178dd1a612f90ddb150408d8 (patch) | |
tree | 0af3bba8f20dc7583b94f986538595060213cc28 /doc/ci/yaml | |
parent | c791245cbf833abeadba214ddef219b8ac20102f (diff) | |
download | gitlab-ce-6914aeaeb78015f2178dd1a612f90ddb150408d8.tar.gz |
Update docs related to protected actionsfix/gb/use-merge-ability-for-protected-manual-actions
Diffstat (limited to 'doc/ci/yaml')
-rw-r--r-- | doc/ci/yaml/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index da20076da52..2df03196f80 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -591,7 +591,7 @@ Optional manual actions have `allow_failure: true` set by default. **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.** +pipeline is running for, user needs to have ability to merge to this branch.** ### environment |