From 2827897dcca3eb94b42cba2228d9abc3ff04185e Mon Sep 17 00:00:00 2001 From: Peter Evans <18365890+peter-evans@users.noreply.github.com> Date: Wed, 12 Apr 2023 12:03:29 +0900 Subject: [PATCH] docs: add note about push-to-fork with remote repos --- docs/concepts-guidelines.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/concepts-guidelines.md b/docs/concepts-guidelines.md index 9071980c9b..c1da3821b9 100644 --- a/docs/concepts-guidelines.md +++ b/docs/concepts-guidelines.md @@ -236,6 +236,8 @@ Note that if you choose to use this method (not give the machine account `write` push-to-fork: machine-user/fork-of-repository ``` +Note: You can also combine `push-to-fork` with [creating pull requests in a remote repository](#creating-pull-requests-in-a-remote-repository). + ### Authenticating with GitHub App generated tokens A GitHub App can be created for the sole purpose of generating tokens for use with GitHub actions.