diff --git a/.github/workflows/label-content-prs.yml b/.github/workflows/label-content-prs.yml index c2561da042..4e64a36c35 100644 --- a/.github/workflows/label-content-prs.yml +++ b/.github/workflows/label-content-prs.yml @@ -5,7 +5,9 @@ name: 🏷️ Label content PRs -on: [pull_request_target] +on: + pull_request: + types: [opened, synchronize, reopened] jobs: @@ -18,4 +20,4 @@ jobs: - uses: actions/labeler@v5 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" - sync-labels: true \ No newline at end of file + sync-labels: true