From e3610414be76613401d6276c29a125c991ae265b Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Sat, 17 Oct 2020 14:15:18 +0200 Subject: [PATCH] Update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 01ef242..9f89e7a 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,7 @@ If you work in an organization and don't want to create a PAT from your personal **☝️ Important Notice**: This Action technically works with forks. However, please note that the combination of triggers and their options can cause issues. Please read [the documentation](https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows) on which triggers GitHub Actions support.\ If you use this Action in combination with a linter/fixer, it's easier if you run the Action on `push` on your `main`-branch. +--- By default, this Action will not run on Pull Requests which have been opened by forks. (This is a limitation by GitHub, not by us.)