From d7cb4f280b6d8b5096f394d00f722d6d71438f1e Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Sun, 17 May 2020 14:47:42 +0900 Subject: [PATCH] Update README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 63027ef..5349c62 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,9 @@ This action was created to help facilitate a GitHub Actions "ChatOps" solution i | `edit-mode` | The mode when updating a comment, `replace` or `append`. | `append` | | `reactions` | A comma separated list of reactions to add to the comment. (`+1`, `-1`, `laugh`, `confused`, `heart`, `hooray`, `rocket`, `eyes`) | | +Note: This action does not work in `pull_request` workflows when triggered by a fork opening a pull request in the upstream repository. +This is due to restrictions put in place by GitHub Actions. See [here](https://github.com/peter-evans/create-pull-request/blob/master/docs/concepts-guidelines.md#restrictions-on-forked-repositories) for further explanation. + #### Outputs The ID of the created comment will be output for use in later steps.