From 9f0e67c81388391d4be3becb1e6bc9f8f2f4fd0d Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Tue, 5 Mar 2024 09:03:32 +0100 Subject: [PATCH] Add a note that the action only works after it has been installed. - See #33. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 921a32d..96fcf78 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,9 @@ jobs: comment: always ``` +Note: this will only work after the fast-forward action has been +merged into the default branch. + ## Fast Forwarding a Pull Request To actually fast-forward a branch, add @@ -135,6 +138,9 @@ is added to the pull request. The workflow is careful to check that the user who triggered the workflow is actually authorized to push to the repository. +Note: this will only work after the fast-forward action has been +merged into the default branch. + ## Disabling Comments If you prefer to disable comments, you can set the `comment` input