From 23326d2d6d315e34a08c5214ded734c75603273a Mon Sep 17 00:00:00 2001
From: max furman <mx.furman@gmail.com>
Date: Thu, 19 Aug 2021 16:09:26 -0700
Subject: [PATCH] [action] update labeler action

---
 .github/workflows/labeler.yml | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
index 9311145..dee30e9 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -1,14 +1,11 @@
-name: labeler
+name: Pull Request Labeler
 on:
-  pull_request:
-    branches:
-      - master
+  pull_request_target
 
 jobs:
   label:
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/labeler@v2
+    - uses: actions/labeler@v3.0.2
       with:
         repo-token: "${{ secrets.GITHUB_TOKEN }}"
-        configuration-path: .github/needs-triage-labeler.yml
-- 
GitLab