From d0a2496225df8a60fd60d6cc28194d94a7601356 Mon Sep 17 00:00:00 2001 From: Viktor Benei Date: Fri, 23 Nov 2018 13:32:18 +0100 Subject: [PATCH] Clarify the description of `manual_merge`, when to set it to no The `no` option should only be selected for GitHub & Bitbucket repos, and only for PRs coming from private fork repos. --- step.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/step.yml b/step.yml index ce31e501..14510823 100644 --- a/step.yml +++ b/step.yml @@ -103,7 +103,7 @@ inputs: summary: Prefer to do a manual `git merge` by default. description: |- Prefer to do a manual `git merge` by default. - When the PR is from a private repository, set this to `"no"`. + When the Pull Request is from a GitHub or Bitbucket private fork repository set this to `"no"`. value_options: - "yes" - "no"