From bfc744d4f2530580cbc6e98cfb5c67aa06cda4c8 Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Fri, 6 Dec 2024 13:47:22 -0600 Subject: [PATCH] Test PR collection labeler changes Signed-off-by: Addisu Z. Taddese --- .github/workflows/pr-collection-labeler.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-collection-labeler.yml b/.github/workflows/pr-collection-labeler.yml index 38c4fc1..aa2b151 100644 --- a/.github/workflows/pr-collection-labeler.yml +++ b/.github/workflows/pr-collection-labeler.yml @@ -1,6 +1,6 @@ name: PR Collection Labeler -on: pull_request_target +on: pull_request jobs: pr_collection_labeler: @@ -8,6 +8,6 @@ jobs: steps: - name: Add collection labels if: github.event.action == 'opened' - uses: gazebo-tooling/pr-collection-labeler@v1 + uses: gazebo-tooling/pr-collection-labeler@azeey/fix_addlabels with: github-token: ${{ secrets.GITHUB_TOKEN }}