From bc14df23115ac75804cf0f00db283069feaa8370 Mon Sep 17 00:00:00 2001 From: Gilbertsoft <25326036+gilbertsoft@users.noreply.github.com> Date: Mon, 27 Sep 2021 10:17:48 +0200 Subject: [PATCH] Provide autolabeler configuration for forks See https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows#pull_request_target. --- 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]