From 596154ddc60355cf00c82a9e9754fbe3d6b6f00c Mon Sep 17 00:00:00 2001 From: Lomanic Date: Thu, 5 Nov 2020 00:08:55 +0100 Subject: [PATCH] Fix labeler CI "HttpError: Resource not accessible by integration" error See https://github.com/actions/labeler/issues/12#issuecomment-670967607 --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index dcafb97..3606bd7 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,6 +1,6 @@ name: "Pull Request Labeler" on: -- pull_request +- pull_request_target jobs: triage: