From 624a99b088c94ea00c0a04cd4acd841e08c20630 Mon Sep 17 00:00:00 2001 From: Gilbertsoft <25326036+gilbertsoft@users.noreply.github.com> Date: Mon, 13 Dec 2021 18:32:03 +0100 Subject: [PATCH] Provide autolabeler configuration for forks (#948) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3c4b6545f..01dd9f416 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ on: - master # pull_request event is required only for autolabeler pull_request: + # pull_request_target event is required for autolabeler to support PRs from forks + # pull_request_target: # Only following types are handled by the action, but one can default to all as well types: [opened, reopened, synchronize]