summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-05-31 13:13:37 +0200
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-05-31 13:13:37 +0200
commit6914aeaeb78015f2178dd1a612f90ddb150408d8 (patch)
tree0af3bba8f20dc7583b94f986538595060213cc28
parentc791245cbf833abeadba214ddef219b8ac20102f (diff)
downloadgitlab-ce-fix/gb/use-merge-ability-for-protected-manual-actions.tar.gz
Update docs related to protected actionsfix/gb/use-merge-ability-for-protected-manual-actions
-rw-r--r--doc/ci/yaml/README.md2
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