diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 9168873cc7..24f2c637e1 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -1,8 +1,6 @@ name: PR-Labeler -on: +on: pull_request_target: - branches: - - main types: - opened @@ -15,4 +13,3 @@ jobs: with: repo-token: "${{ secrets.GITHUB_TOKEN }}" configuration-path: .github/label-config.yml - sync-labels: true