From 1c9f2dc0a8f4803ace1ba5f099028a0926b2b898 Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Thu, 21 Sep 2023 22:31:48 +0300 Subject: [PATCH] [CI] Fix labeler permission on guest prs (#101) * [CI] Fix permissions on guest prs * Revert last commit * Revert last commit * Don't specify branch name in pr target * Properly space on line * Specify branch * Add quotes to labeler points * Remove the quotes on files in labeler.yml --- .github/workflows/labeler.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 6c454f2..9ad8983 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,8 +1,6 @@ name: "Pull Request Labeler" - on: - pull_request: - branches: [ "main" ] +- pull_request_target jobs: triage: