From 16f786d4469473089ba03d46cba4ec979e864633 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Mon, 26 Jun 2023 19:20:33 -0500 Subject: [PATCH] chore(labeler) - fix inputs --- .github/workflows/labeler.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 6ffdfc169..b571c9e08 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -3,9 +3,6 @@ name: Label Pull Requests on: - pull_request_target -inputs: - sync-labels: true - jobs: triage: permissions: @@ -14,3 +11,5 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/labeler@v4 + with: + sync-labels: true