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