From c966e075c365d5933b0eb16172b3b1a3bf9e145d Mon Sep 17 00:00:00 2001 From: Sarah Chavis <62406755+schavis@users.noreply.github.com> Date: Wed, 10 Sep 2025 11:29:31 -0700 Subject: [PATCH] Update label-content-prs.yml Clarify triggering events --- .github/workflows/label-content-prs.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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